Shades of Black Pearl #012736
Tints of Black Pearl #012736
RGB
CMYK
RGB Variations
Color information
#012736 (or 0x012736) is known color: Black Pearl. HEX triplet: 01, 27 and 36. RGB value is (1,39,54). Sum of RGB (Red+Green+Blue) = 1+39+54=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #012736 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012736 is #FED8C9. Grayscale: #1D1D1D. Windows color (decimal): -16701642 or 3548929. OLE color: 3548929.
HSL color Cylindrical-coordinate representation of color #012736: hue angle of 196.98º 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 #012736 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 39 | 54 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.79 |
| HSL | 196.98º | 0.96% | 0.11% | - |
| HSV(B) | 196.98º | 0.98% | 0.21% | - |
| XYZ | 1.4 | 1.72 | 3.75 | - |
| YUV | 29.35 | 141.91 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 54 | 0.98 | 0.28 | 0 | 0.79 | 196.98 | 0.96 | 0.11 |
| Hex | 1 | 27 | 36 | 62 | 1C | 0 | 4F | C5 | 60 | B |
| Octal | 1 | 47 | 66 | 142 | 34 | 0 | 117 | 305 | 140 | 13 |
| Binary | 1 | 100111 | 110110 | 1100010 | 11100 | 0 | 1001111 | 11000101 | 1100000 | 1011 |
Color Harmonies of #012736
Complementary color
Monochromatic Colors of #012736
Black with #012736
Text Example
Text Example
White with #012736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012736; }
p { color: rgb(1,39,54); }
H1.HeaderClassName
{
color: #012736;
}
.AnyTagClassName
{
color: #012736;
}
</style>
background-color css
<style>
a { background-color: #012736; }
a { background-color: rgb(1,39,54); }
div.DivClassName
{
background-color: #012736;
}
.BgClassName
{
background-color: #012736;
}
</style>
border-color css
<style>
span { border-color: #012736; }
span { border-color: rgb(1,39,54); }
td.TdClassName
{
border-color: #012736;
}
.TagClassName
{
border-color: #012736;
}
</style>