Shades of Black Pearl #002432
Tints of Black Pearl #002432
RGB
CMYK
RGB Variations
Color information
#002432 (or 0x002432) is known color: Black Pearl. HEX triplet: 00, 24 and 32. RGB value is (0,36,50). Sum of RGB (Red+Green+Blue) = 0+36+50=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 36 (14.45% from 255 or 41.86% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #002432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002432 is #FFDBCD. Grayscale: #1A1A1A. Windows color (decimal): -16767950 or 3286016. OLE color: 3286016.
HSL color Cylindrical-coordinate representation of color #002432: hue angle of 196.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002432 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 36 | 50 | - |
| CMYK | 1 | 0.28 | 0 | 0.80 |
| HSL | 196.8º | 1% | 0.1% | - |
| HSV(B) | 196.8º | 1% | 0.2% | - |
| XYZ | 1.21 | 1.49 | 3.24 | - |
| YUV | 26.83 | 141.07 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 50 | 1 | 0.28 | 0 | 0.80 | 196.8 | 1 | 0.1 |
| Hex | 0 | 24 | 32 | 64 | 1C | 0 | 50 | C5 | 64 | A |
| Octal | 0 | 44 | 62 | 144 | 34 | 0 | 120 | 305 | 144 | 12 |
| Binary | 0 | 100100 | 110010 | 1100100 | 11100 | 0 | 1010000 | 11000101 | 1100100 | 1010 |
Color Harmonies of #002432
Complementary color
Monochromatic Colors of #002432
Black with #002432
Text Example
Text Example
White with #002432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002432; }
p { color: rgb(0,36,50); }
H1.HeaderClassName
{
color: #002432;
}
.AnyTagClassName
{
color: #002432;
}
</style>
background-color css
<style>
a { background-color: #002432; }
a { background-color: rgb(0,36,50); }
div.DivClassName
{
background-color: #002432;
}
.BgClassName
{
background-color: #002432;
}
</style>
border-color css
<style>
span { border-color: #002432; }
span { border-color: rgb(0,36,50); }
td.TdClassName
{
border-color: #002432;
}
.TagClassName
{
border-color: #002432;
}
</style>