Shades of Black Pearl #012136
Tints of Black Pearl #012136
RGB
CMYK
RGB Variations
Color information
#012136 (or 0x012136) is known color: Black Pearl. HEX triplet: 01, 21 and 36. RGB value is (1,33,54). Sum of RGB (Red+Green+Blue) = 1+33+54=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #012136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012136 is #FEDEC9. Grayscale: #191919. Windows color (decimal): -16703178 or 3547393. OLE color: 3547393.
HSL color Cylindrical-coordinate representation of color #012136: hue angle of 203.77º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012136 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 33 | 54 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.79 |
| HSL | 203.77º | 0.96% | 0.11% | - |
| HSV(B) | 203.77º | 0.98% | 0.21% | - |
| XYZ | 1.22 | 1.36 | 3.69 | - |
| YUV | 25.83 | 143.9 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 54 | 0.98 | 0.39 | 0 | 0.79 | 203.77 | 0.96 | 0.11 |
| Hex | 1 | 21 | 36 | 62 | 27 | 0 | 4F | CC | 60 | B |
| Octal | 1 | 41 | 66 | 142 | 47 | 0 | 117 | 314 | 140 | 13 |
| Binary | 1 | 100001 | 110110 | 1100010 | 100111 | 0 | 1001111 | 11001100 | 1100000 | 1011 |
Color Harmonies of #012136
Complementary color
Monochromatic Colors of #012136
Black with #012136
Text Example
Text Example
White with #012136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012136; }
p { color: rgb(1,33,54); }
H1.HeaderClassName
{
color: #012136;
}
.AnyTagClassName
{
color: #012136;
}
</style>
background-color css
<style>
a { background-color: #012136; }
a { background-color: rgb(1,33,54); }
div.DivClassName
{
background-color: #012136;
}
.BgClassName
{
background-color: #012136;
}
</style>
border-color css
<style>
span { border-color: #012136; }
span { border-color: rgb(1,33,54); }
td.TdClassName
{
border-color: #012136;
}
.TagClassName
{
border-color: #012136;
}
</style>