Shades of Black Pearl #002236
Tints of Black Pearl #002236
RGB
CMYK
RGB Variations
Color information
#002236 (or 0x002236) is known color: Black Pearl. HEX triplet: 00, 22 and 36. RGB value is (0,34,54). Sum of RGB (Red+Green+Blue) = 0+34+54=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #002236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002236 is #FFDDC9. Grayscale: #1A1A1A. Windows color (decimal): -16768458 or 3547648. OLE color: 3547648.
HSL color Cylindrical-coordinate representation of color #002236: hue angle of 202.22º 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 #002236 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 34 | 54 | - |
| CMYK | 1 | 0.37 | 0 | 0.79 |
| HSL | 202.22º | 1% | 0.11% | - |
| HSV(B) | 202.22º | 1% | 0.21% | - |
| XYZ | 1.24 | 1.41 | 3.7 | - |
| YUV | 26.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 54 | 1 | 0.37 | 0 | 0.79 | 202.22 | 1 | 0.11 |
| Hex | 0 | 22 | 36 | 64 | 25 | 0 | 4F | CA | 64 | B |
| Octal | 0 | 42 | 66 | 144 | 45 | 0 | 117 | 312 | 144 | 13 |
| Binary | 0 | 100010 | 110110 | 1100100 | 100101 | 0 | 1001111 | 11001010 | 1100100 | 1011 |
Color Harmonies of #002236
Complementary color
Monochromatic Colors of #002236
Black with #002236
Text Example
Text Example
White with #002236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002236; }
p { color: rgb(0,34,54); }
H1.HeaderClassName
{
color: #002236;
}
.AnyTagClassName
{
color: #002236;
}
</style>
background-color css
<style>
a { background-color: #002236; }
a { background-color: rgb(0,34,54); }
div.DivClassName
{
background-color: #002236;
}
.BgClassName
{
background-color: #002236;
}
</style>
border-color css
<style>
span { border-color: #002236; }
span { border-color: rgb(0,34,54); }
td.TdClassName
{
border-color: #002236;
}
.TagClassName
{
border-color: #002236;
}
</style>