Shades of Black Pearl #001429
Tints of Black Pearl #001429
RGB
CMYK
RGB Variations
Color information
#001429 (or 0x001429) is known color: Black Pearl. HEX triplet: 00, 14 and 29. RGB value is (0,20,41). Sum of RGB (Red+Green+Blue) = 0+20+41=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #001429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001429 is #FFEBD6. Grayscale: #101010. Windows color (decimal): -16772055 or 2692096. OLE color: 2692096.
HSL color Cylindrical-coordinate representation of color #001429: hue angle of 210.73º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001429 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 0 | 20 | 41 | - |
CMYK | 1 | 0.51 | 0 | 0.84 |
HSL | 210.73º | 1% | 0.08% | - |
HSV(B) | 210.73º | 1% | 0.16% | - |
XYZ | 0.65 | 0.66 | 2.19 | - |
YUV | 16.41 | 141.87 | 116.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 20 | 41 | 1 | 0.51 | 0 | 0.84 | 210.73 | 1 | 0.08 |
Hex | 0 | 14 | 29 | 64 | 33 | 0 | 54 | D3 | 64 | 8 |
Octal | 0 | 24 | 51 | 144 | 63 | 0 | 124 | 323 | 144 | 10 |
Binary | 0 | 10100 | 101001 | 1100100 | 110011 | 0 | 1010100 | 11010011 | 1100100 | 1000 |
Color Harmonies of #001429
Complementary color
Monochromatic Colors of #001429
Black with #001429
Text Example
Text Example
White with #001429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001429; }
p { color: rgb(0,20,41); }
H1.HeaderClassName
{
color: #001429;
}
.AnyTagClassName
{
color: #001429;
}
</style>
background-color css
<style>
a { background-color: #001429; }
a { background-color: rgb(0,20,41); }
div.DivClassName
{
background-color: #001429;
}
.BgClassName
{
background-color: #001429;
}
</style>
border-color css
<style>
span { border-color: #001429; }
span { border-color: rgb(0,20,41); }
td.TdClassName
{
border-color: #001429;
}
.TagClassName
{
border-color: #001429;
}
</style>