Shades of Black Pearl #002736
Tints of Black Pearl #002736
RGB
CMYK
RGB Variations
Color information
#002736 (or 0x002736) is known color: Black Pearl. HEX triplet: 00, 27 and 36. RGB value is (0,39,54). Sum of RGB (Red+Green+Blue) = 0+39+54=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 54 (21.48% from 255 or 58.06% from 93); Max value from RGB is 54 - color contains mainly: blue. Hex color #002736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002736 is #FFD8C9. Grayscale: #1C1C1C. Windows color (decimal): -16767178 or 3548928. OLE color: 3548928.
HSL color Cylindrical-coordinate representation of color #002736: hue angle of 196.67º 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 #002736 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 39 | 54 | - |
| CMYK | 1 | 0.28 | 0 | 0.79 |
| HSL | 196.67º | 1% | 0.11% | - |
| HSV(B) | 196.67º | 1% | 0.21% | - |
| XYZ | 1.39 | 1.72 | 3.75 | - |
| YUV | 29.05 | 142.08 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 39 | 54 | 1 | 0.28 | 0 | 0.79 | 196.67 | 1 | 0.11 |
| Hex | 0 | 27 | 36 | 64 | 1C | 0 | 4F | C5 | 64 | B |
| Octal | 0 | 47 | 66 | 144 | 34 | 0 | 117 | 305 | 144 | 13 |
| Binary | 0 | 100111 | 110110 | 1100100 | 11100 | 0 | 1001111 | 11000101 | 1100100 | 1011 |
Color Harmonies of #002736
Complementary color
Monochromatic Colors of #002736
Black with #002736
Text Example
Text Example
White with #002736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002736; }
p { color: rgb(0,39,54); }
H1.HeaderClassName
{
color: #002736;
}
.AnyTagClassName
{
color: #002736;
}
</style>
background-color css
<style>
a { background-color: #002736; }
a { background-color: rgb(0,39,54); }
div.DivClassName
{
background-color: #002736;
}
.BgClassName
{
background-color: #002736;
}
</style>
border-color css
<style>
span { border-color: #002736; }
span { border-color: rgb(0,39,54); }
td.TdClassName
{
border-color: #002736;
}
.TagClassName
{
border-color: #002736;
}
</style>