Shades of Black Pearl #001A2F
Tints of Black Pearl #001A2F
RGB
CMYK
RGB Variations
Color information
#001A2F (or 0x001A2F) is known color: Black Pearl. HEX triplet: 00, 1A and 2F. RGB value is (0,26,47). Sum of RGB (Red+Green+Blue) = 0+26+47=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #001A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A2F is #FFE5D0. Grayscale: #141414. Windows color (decimal): -16770513 or 3086848. OLE color: 3086848.
HSL color Cylindrical-coordinate representation of color #001A2F: hue angle of 206.81º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A2F is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 26 | 47 | - |
| CMYK | 1 | 0.45 | 0 | 0.82 |
| HSL | 206.81º | 1% | 0.09% | - |
| HSV(B) | 206.81º | 1% | 0.18% | - |
| XYZ | 0.88 | 0.94 | 2.83 | - |
| YUV | 20.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 47 | 1 | 0.45 | 0 | 0.82 | 206.81 | 1 | 0.09 |
| Hex | 0 | 1A | 2F | 64 | 2D | 0 | 52 | CF | 64 | 9 |
| Octal | 0 | 32 | 57 | 144 | 55 | 0 | 122 | 317 | 144 | 11 |
| Binary | 0 | 11010 | 101111 | 1100100 | 101101 | 0 | 1010010 | 11001111 | 1100100 | 1001 |
Color Harmonies of #001A2F
Complementary color
Monochromatic Colors of #001A2F
Black with #001A2F
Text Example
Text Example
White with #001A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A2F; }
p { color: rgb(0,26,47); }
H1.HeaderClassName
{
color: #001A2F;
}
.AnyTagClassName
{
color: #001A2F;
}
</style>
background-color css
<style>
a { background-color: #001A2F; }
a { background-color: rgb(0,26,47); }
div.DivClassName
{
background-color: #001A2F;
}
.BgClassName
{
background-color: #001A2F;
}
</style>
border-color css
<style>
span { border-color: #001A2F; }
span { border-color: rgb(0,26,47); }
td.TdClassName
{
border-color: #001A2F;
}
.TagClassName
{
border-color: #001A2F;
}
</style>