Shades of Black Pearl #002737
Tints of Black Pearl #002737
RGB
CMYK
RGB Variations
Color information
#002737 (or 0x002737) is known color: Black Pearl. HEX triplet: 00, 27 and 37. RGB value is (0,39,55). Sum of RGB (Red+Green+Blue) = 0+39+55=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #002737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002737 is #FFD8C8. Grayscale: #1D1D1D. Windows color (decimal): -16767177 or 3614464. OLE color: 3614464.
HSL color Cylindrical-coordinate representation of color #002737: hue angle of 197.45º 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 #002737 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 39 | 55 | - |
| CMYK | 1 | 0.29 | 0 | 0.78 |
| HSL | 197.45º | 1% | 0.11% | - |
| HSV(B) | 197.45º | 1% | 0.22% | - |
| XYZ | 1.42 | 1.73 | 3.87 | - |
| YUV | 29.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 55 | 1 | 0.29 | 0 | 0.78 | 197.45 | 1 | 0.11 |
| Hex | 0 | 27 | 37 | 64 | 1D | 0 | 4E | C5 | 64 | B |
| Octal | 0 | 47 | 67 | 144 | 35 | 0 | 116 | 305 | 144 | 13 |
| Binary | 0 | 100111 | 110111 | 1100100 | 11101 | 0 | 1001110 | 11000101 | 1100100 | 1011 |
Color Harmonies of #002737
Complementary color
Monochromatic Colors of #002737
Black with #002737
Text Example
Text Example
White with #002737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002737; }
p { color: rgb(0,39,55); }
H1.HeaderClassName
{
color: #002737;
}
.AnyTagClassName
{
color: #002737;
}
</style>
background-color css
<style>
a { background-color: #002737; }
a { background-color: rgb(0,39,55); }
div.DivClassName
{
background-color: #002737;
}
.BgClassName
{
background-color: #002737;
}
</style>
border-color css
<style>
span { border-color: #002737; }
span { border-color: rgb(0,39,55); }
td.TdClassName
{
border-color: #002737;
}
.TagClassName
{
border-color: #002737;
}
</style>