Shades of Black Pearl #002433
Tints of Black Pearl #002433
RGB
CMYK
RGB Variations
Color information
#002433 (or 0x002433) is known color: Black Pearl. HEX triplet: 00, 24 and 33. RGB value is (0,36,51). Sum of RGB (Red+Green+Blue) = 0+36+51=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 36 (14.45% from 255 or 41.38% from 87); Blue value is 51 (20.31% from 255 or 58.62% from 87); Max value from RGB is 51 - color contains mainly: blue. Hex color #002433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002433 is #FFDBCC. Grayscale: #1A1A1A. Windows color (decimal): -16767949 or 3351552. OLE color: 3351552.
HSL color Cylindrical-coordinate representation of color #002433: hue angle of 197.65º 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 #002433 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 36 | 51 | - |
| CMYK | 1 | 0.29 | 0 | 0.8 |
| HSL | 197.65º | 1% | 0.1% | - |
| HSV(B) | 197.65º | 1% | 0.2% | - |
| XYZ | 1.23 | 1.5 | 3.36 | - |
| YUV | 26.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 51 | 1 | 0.29 | 0 | 0.8 | 197.65 | 1 | 0.1 |
| Hex | 0 | 24 | 33 | 64 | 1D | 0 | 50 | C6 | 64 | A |
| Octal | 0 | 44 | 63 | 144 | 35 | 0 | 120 | 306 | 144 | 12 |
| Binary | 0 | 100100 | 110011 | 1100100 | 11101 | 0 | 1010000 | 11000110 | 1100100 | 1010 |
Color Harmonies of #002433
Complementary color
Monochromatic Colors of #002433
Black with #002433
Text Example
Text Example
White with #002433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002433; }
p { color: rgb(0,36,51); }
H1.HeaderClassName
{
color: #002433;
}
.AnyTagClassName
{
color: #002433;
}
</style>
background-color css
<style>
a { background-color: #002433; }
a { background-color: rgb(0,36,51); }
div.DivClassName
{
background-color: #002433;
}
.BgClassName
{
background-color: #002433;
}
</style>
border-color css
<style>
span { border-color: #002433; }
span { border-color: rgb(0,36,51); }
td.TdClassName
{
border-color: #002433;
}
.TagClassName
{
border-color: #002433;
}
</style>