Shades of Black Pearl #002137
Tints of Black Pearl #002137
RGB
CMYK
RGB Variations
Color information
#002137 (or 0x002137) is known color: Black Pearl. HEX triplet: 00, 21 and 37. RGB value is (0,33,55). Sum of RGB (Red+Green+Blue) = 0+33+55=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #002137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002137 is #FFDEC8. Grayscale: #191919. Windows color (decimal): -16768713 or 3612928. OLE color: 3612928.
HSL color Cylindrical-coordinate representation of color #002137: hue angle of 204º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002137 is Cyan = 1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 33 | 55 | - |
| CMYK | 1 | 0.4 | 0 | 0.78 |
| HSL | 204º | 1% | 0.11% | - |
| HSV(B) | 204º | 1% | 0.22% | - |
| XYZ | 1.23 | 1.36 | 3.81 | - |
| YUV | 25.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 55 | 1 | 0.4 | 0 | 0.78 | 204 | 1 | 0.11 |
| Hex | 0 | 21 | 37 | 64 | 28 | 0 | 4E | CC | 64 | B |
| Octal | 0 | 41 | 67 | 144 | 50 | 0 | 116 | 314 | 144 | 13 |
| Binary | 0 | 100001 | 110111 | 1100100 | 101000 | 0 | 1001110 | 11001100 | 1100100 | 1011 |
Color Harmonies of #002137
Complementary color
Monochromatic Colors of #002137
Black with #002137
Text Example
Text Example
White with #002137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002137; }
p { color: rgb(0,33,55); }
H1.HeaderClassName
{
color: #002137;
}
.AnyTagClassName
{
color: #002137;
}
</style>
background-color css
<style>
a { background-color: #002137; }
a { background-color: rgb(0,33,55); }
div.DivClassName
{
background-color: #002137;
}
.BgClassName
{
background-color: #002137;
}
</style>
border-color css
<style>
span { border-color: #002137; }
span { border-color: rgb(0,33,55); }
td.TdClassName
{
border-color: #002137;
}
.TagClassName
{
border-color: #002137;
}
</style>