Shades of Black Pearl #1A1B1C
Tints of Black Pearl #1A1B1C
RGB
CMYK
RGB Variations
Color information
#1A1B1C (or 0x1A1B1C) is known color: Black Pearl. HEX triplet: 1A, 1B and 1C. RGB value is (26,27,28). Sum of RGB (Red+Green+Blue) = 26+27+28=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1B1C is #E5E4E3. Grayscale: #1A1A1A. Windows color (decimal): -15066340 or 1841946. OLE color: 1841946.
HSL color Cylindrical-coordinate representation of color #1A1B1C: hue angle of 210º degrees, saturation: 0.04, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #1A1B1C is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 26 | 27 | 28 | - |
CMYK | 0.07 | 0.04 | 0 | 0.89 |
HSL | 210º | 0.04% | 0.11% | - |
HSV(B) | 210º | 0.07% | 0.11% | - |
XYZ | 1.03 | 1.09 | 1.25 | - |
YUV | 26.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 26 | 27 | 28 | 0.07 | 0.04 | 0 | 0.89 | 210 | 0.04 | 0.11 |
Hex | 1A | 1B | 1C | 7 | 4 | 0 | 59 | D2 | 4 | B |
Octal | 32 | 33 | 34 | 7 | 4 | 0 | 131 | 322 | 4 | 13 |
Binary | 11010 | 11011 | 11100 | 111 | 100 | 0 | 1011001 | 11010010 | 100 | 1011 |
Color Harmonies of #1A1B1C
Complementary color
Monochromatic Colors of #1A1B1C
Black with #1A1B1C
Text Example
Text Example
White with #1A1B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1B1C; }
p { color: rgb(26,27,28); }
H1.HeaderClassName
{
color: #1A1B1C;
}
.AnyTagClassName
{
color: #1A1B1C;
}
</style>
background-color css
<style>
a { background-color: #1A1B1C; }
a { background-color: rgb(26,27,28); }
div.DivClassName
{
background-color: #1A1B1C;
}
.BgClassName
{
background-color: #1A1B1C;
}
</style>
border-color css
<style>
span { border-color: #1A1B1C; }
span { border-color: rgb(26,27,28); }
td.TdClassName
{
border-color: #1A1B1C;
}
.TagClassName
{
border-color: #1A1B1C;
}
</style>