Shades of Black Pearl #012737
Tints of Black Pearl #012737
RGB
CMYK
RGB Variations
Color information
#012737 (or 0x012737) is known color: Black Pearl. HEX triplet: 01, 27 and 37. RGB value is (1,39,55). Sum of RGB (Red+Green+Blue) = 1+39+55=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #012737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012737 is #FED8C8. Grayscale: #1D1D1D. Windows color (decimal): -16701641 or 3614465. OLE color: 3614465.
HSL color Cylindrical-coordinate representation of color #012737: hue angle of 197.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012737 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 39 | 55 | - |
| CMYK | 0.98 | 0.29 | 0 | 0.78 |
| HSL | 197.78º | 0.96% | 0.11% | - |
| HSV(B) | 197.78º | 0.98% | 0.22% | - |
| XYZ | 1.43 | 1.73 | 3.87 | - |
| YUV | 29.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 55 | 0.98 | 0.29 | 0 | 0.78 | 197.78 | 0.96 | 0.11 |
| Hex | 1 | 27 | 37 | 62 | 1D | 0 | 4E | C6 | 60 | B |
| Octal | 1 | 47 | 67 | 142 | 35 | 0 | 116 | 306 | 140 | 13 |
| Binary | 1 | 100111 | 110111 | 1100010 | 11101 | 0 | 1001110 | 11000110 | 1100000 | 1011 |
Color Harmonies of #012737
Complementary color
Monochromatic Colors of #012737
Black with #012737
Text Example
Text Example
White with #012737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012737; }
p { color: rgb(1,39,55); }
H1.HeaderClassName
{
color: #012737;
}
.AnyTagClassName
{
color: #012737;
}
</style>
background-color css
<style>
a { background-color: #012737; }
a { background-color: rgb(1,39,55); }
div.DivClassName
{
background-color: #012737;
}
.BgClassName
{
background-color: #012737;
}
</style>
border-color css
<style>
span { border-color: #012737; }
span { border-color: rgb(1,39,55); }
td.TdClassName
{
border-color: #012737;
}
.TagClassName
{
border-color: #012737;
}
</style>