Shades of Black Pearl #012037
Tints of Black Pearl #012037
RGB
CMYK
RGB Variations
Color information
#012037 (or 0x012037) is known color: Black Pearl. HEX triplet: 01, 20 and 37. RGB value is (1,32,55). Sum of RGB (Red+Green+Blue) = 1+32+55=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 32 (12.89% from 255 or 36.36% 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 #012037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012037 is #FEDFC8. Grayscale: #191919. Windows color (decimal): -16703433 or 3612673. OLE color: 3612673.
HSL color Cylindrical-coordinate representation of color #012037: hue angle of 205.56º 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 #012037 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 32 | 55 | - |
| CMYK | 0.98 | 0.42 | 0 | 0.78 |
| HSL | 205.56º | 0.96% | 0.11% | - |
| HSV(B) | 205.56º | 0.98% | 0.22% | - |
| XYZ | 1.22 | 1.32 | 3.8 | - |
| YUV | 25.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 55 | 0.98 | 0.42 | 0 | 0.78 | 205.56 | 0.96 | 0.11 |
| Hex | 1 | 20 | 37 | 62 | 2A | 0 | 4E | CE | 60 | B |
| Octal | 1 | 40 | 67 | 142 | 52 | 0 | 116 | 316 | 140 | 13 |
| Binary | 1 | 100000 | 110111 | 1100010 | 101010 | 0 | 1001110 | 11001110 | 1100000 | 1011 |
Color Harmonies of #012037
Complementary color
Monochromatic Colors of #012037
Black with #012037
Text Example
Text Example
White with #012037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012037; }
p { color: rgb(1,32,55); }
H1.HeaderClassName
{
color: #012037;
}
.AnyTagClassName
{
color: #012037;
}
</style>
background-color css
<style>
a { background-color: #012037; }
a { background-color: rgb(1,32,55); }
div.DivClassName
{
background-color: #012037;
}
.BgClassName
{
background-color: #012037;
}
</style>
border-color css
<style>
span { border-color: #012037; }
span { border-color: rgb(1,32,55); }
td.TdClassName
{
border-color: #012037;
}
.TagClassName
{
border-color: #012037;
}
</style>