Shades of Black Pearl #001829
Tints of Black Pearl #001829
RGB
CMYK
RGB Variations
Color information
#001829 (or 0x001829) is known color: Black Pearl. HEX triplet: 00, 18 and 29. RGB value is (0,24,41). Sum of RGB (Red+Green+Blue) = 0+24+41=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #001829 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001829 is #FFE7D6. Grayscale: #121212. Windows color (decimal): -16771031 or 2693120. OLE color: 2693120.
HSL color Cylindrical-coordinate representation of color #001829: hue angle of 204.88º 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 #001829 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 24 | 41 | - |
| CMYK | 1 | 0.41 | 0 | 0.84 |
| HSL | 204.88º | 1% | 0.08% | - |
| HSV(B) | 204.88º | 1% | 0.16% | - |
| XYZ | 0.73 | 0.81 | 2.22 | - |
| YUV | 18.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 41 | 1 | 0.41 | 0 | 0.84 | 204.88 | 1 | 0.08 |
| Hex | 0 | 18 | 29 | 64 | 29 | 0 | 54 | CD | 64 | 8 |
| Octal | 0 | 30 | 51 | 144 | 51 | 0 | 124 | 315 | 144 | 10 |
| Binary | 0 | 11000 | 101001 | 1100100 | 101001 | 0 | 1010100 | 11001101 | 1100100 | 1000 |
Color Harmonies of #001829
Complementary color
Monochromatic Colors of #001829
Black with #001829
Text Example
Text Example
White with #001829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001829; }
p { color: rgb(0,24,41); }
H1.HeaderClassName
{
color: #001829;
}
.AnyTagClassName
{
color: #001829;
}
</style>
background-color css
<style>
a { background-color: #001829; }
a { background-color: rgb(0,24,41); }
div.DivClassName
{
background-color: #001829;
}
.BgClassName
{
background-color: #001829;
}
</style>
border-color css
<style>
span { border-color: #001829; }
span { border-color: rgb(0,24,41); }
td.TdClassName
{
border-color: #001829;
}
.TagClassName
{
border-color: #001829;
}
</style>