Shades of Black Pearl #002336
Tints of Black Pearl #002336
RGB
CMYK
RGB Variations
Color information
#002336 (or 0x002336) is known color: Black Pearl. HEX triplet: 00, 23 and 36. RGB value is (0,35,54). Sum of RGB (Red+Green+Blue) = 0+35+54=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #002336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002336 is #FFDCC9. Grayscale: #1A1A1A. Windows color (decimal): -16768202 or 3547904. OLE color: 3547904.
HSL color Cylindrical-coordinate representation of color #002336: hue angle of 201.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002336 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 35 | 54 | - |
| CMYK | 1 | 0.35 | 0 | 0.79 |
| HSL | 201.11º | 1% | 0.11% | - |
| HSV(B) | 201.11º | 1% | 0.21% | - |
| XYZ | 1.27 | 1.47 | 3.71 | - |
| YUV | 26.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 54 | 1 | 0.35 | 0 | 0.79 | 201.11 | 1 | 0.11 |
| Hex | 0 | 23 | 36 | 64 | 23 | 0 | 4F | C9 | 64 | B |
| Octal | 0 | 43 | 66 | 144 | 43 | 0 | 117 | 311 | 144 | 13 |
| Binary | 0 | 100011 | 110110 | 1100100 | 100011 | 0 | 1001111 | 11001001 | 1100100 | 1011 |
Color Harmonies of #002336
Complementary color
Monochromatic Colors of #002336
Black with #002336
Text Example
Text Example
White with #002336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002336; }
p { color: rgb(0,35,54); }
H1.HeaderClassName
{
color: #002336;
}
.AnyTagClassName
{
color: #002336;
}
</style>
background-color css
<style>
a { background-color: #002336; }
a { background-color: rgb(0,35,54); }
div.DivClassName
{
background-color: #002336;
}
.BgClassName
{
background-color: #002336;
}
</style>
border-color css
<style>
span { border-color: #002336; }
span { border-color: rgb(0,35,54); }
td.TdClassName
{
border-color: #002336;
}
.TagClassName
{
border-color: #002336;
}
</style>