Shades of Black Pearl #1A212A
Tints of Black Pearl #1A212A
RGB
CMYK
RGB Variations
Color information
#1A212A (or 0x1A212A) is known color: Black Pearl. HEX triplet: 1A, 21 and 2A. RGB value is (26,33,42). Sum of RGB (Red+Green+Blue) = 26+33+42=101 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.74% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 42 - color contains mainly: blue. Hex color #1A212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A212A is #E5DED5. Grayscale: #1F1F1F. Windows color (decimal): -15064790 or 2760986. OLE color: 2760986.
HSL color Cylindrical-coordinate representation of color #1A212A: hue angle of 213.75º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A212A is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 33 | 42 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.84 |
| HSL | 213.75º | 0.24% | 0.13% | - |
| HSV(B) | 213.75º | 0.38% | 0.16% | - |
| XYZ | 1.39 | 1.47 | 2.4 | - |
| YUV | 31.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 33 | 42 | 0.38 | 0.21 | 0 | 0.84 | 213.75 | 0.24 | 0.13 |
| Hex | 1A | 21 | 2A | 26 | 15 | 0 | 54 | D6 | 18 | D |
| Octal | 32 | 41 | 52 | 46 | 25 | 0 | 124 | 326 | 30 | 15 |
| Binary | 11010 | 100001 | 101010 | 100110 | 10101 | 0 | 1010100 | 11010110 | 11000 | 1101 |
Color Harmonies of #1A212A
Complementary color
Monochromatic Colors of #1A212A
Black with #1A212A
Text Example
Text Example
White with #1A212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A212A; }
p { color: rgb(26,33,42); }
H1.HeaderClassName
{
color: #1A212A;
}
.AnyTagClassName
{
color: #1A212A;
}
</style>
background-color css
<style>
a { background-color: #1A212A; }
a { background-color: rgb(26,33,42); }
div.DivClassName
{
background-color: #1A212A;
}
.BgClassName
{
background-color: #1A212A;
}
</style>
border-color css
<style>
span { border-color: #1A212A; }
span { border-color: rgb(26,33,42); }
td.TdClassName
{
border-color: #1A212A;
}
.TagClassName
{
border-color: #1A212A;
}
</style>