Shades of Black Pearl #012137
Tints of Black Pearl #012137
RGB
CMYK
RGB Variations
Color information
#012137 (or 0x012137) is known color: Black Pearl. HEX triplet: 01, 21 and 37. RGB value is (1,33,55). Sum of RGB (Red+Green+Blue) = 1+33+55=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #012137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012137 is #FEDEC8. Grayscale: #191919. Windows color (decimal): -16703177 or 3612929. OLE color: 3612929.
HSL color Cylindrical-coordinate representation of color #012137: hue angle of 204.44º 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 #012137 is Cyan = 0.98, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 33 | 55 | - |
| CMYK | 0.98 | 0.4 | 0 | 0.78 |
| HSL | 204.44º | 0.96% | 0.11% | - |
| HSV(B) | 204.44º | 0.98% | 0.22% | - |
| XYZ | 1.25 | 1.37 | 3.81 | - |
| YUV | 25.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 55 | 0.98 | 0.4 | 0 | 0.78 | 204.44 | 0.96 | 0.11 |
| Hex | 1 | 21 | 37 | 62 | 28 | 0 | 4E | CC | 60 | B |
| Octal | 1 | 41 | 67 | 142 | 50 | 0 | 116 | 314 | 140 | 13 |
| Binary | 1 | 100001 | 110111 | 1100010 | 101000 | 0 | 1001110 | 11001100 | 1100000 | 1011 |
Color Harmonies of #012137
Complementary color
Monochromatic Colors of #012137
Black with #012137
Text Example
Text Example
White with #012137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012137; }
p { color: rgb(1,33,55); }
H1.HeaderClassName
{
color: #012137;
}
.AnyTagClassName
{
color: #012137;
}
</style>
background-color css
<style>
a { background-color: #012137; }
a { background-color: rgb(1,33,55); }
div.DivClassName
{
background-color: #012137;
}
.BgClassName
{
background-color: #012137;
}
</style>
border-color css
<style>
span { border-color: #012137; }
span { border-color: rgb(1,33,55); }
td.TdClassName
{
border-color: #012137;
}
.TagClassName
{
border-color: #012137;
}
</style>