Shades of Black Pearl #012733
Tints of Black Pearl #012733
RGB
CMYK
RGB Variations
Color information
#012733 (or 0x012733) is known color: Black Pearl. HEX triplet: 01, 27 and 33. RGB value is (1,39,51). Sum of RGB (Red+Green+Blue) = 1+39+51=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #012733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012733 is #FED8CC. Grayscale: #1C1C1C. Windows color (decimal): -16701645 or 3352321. OLE color: 3352321.
HSL color Cylindrical-coordinate representation of color #012733: hue angle of 194.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012733 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 39 | 51 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.8 |
| HSL | 194.4º | 0.96% | 0.1% | - |
| HSV(B) | 194.4º | 0.98% | 0.2% | - |
| XYZ | 1.34 | 1.7 | 3.39 | - |
| YUV | 29.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 51 | 0.98 | 0.24 | 0 | 0.8 | 194.4 | 0.96 | 0.1 |
| Hex | 1 | 27 | 33 | 62 | 18 | 0 | 50 | C2 | 60 | A |
| Octal | 1 | 47 | 63 | 142 | 30 | 0 | 120 | 302 | 140 | 12 |
| Binary | 1 | 100111 | 110011 | 1100010 | 11000 | 0 | 1010000 | 11000010 | 1100000 | 1010 |
Color Harmonies of #012733
Complementary color
Monochromatic Colors of #012733
Black with #012733
Text Example
Text Example
White with #012733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012733; }
p { color: rgb(1,39,51); }
H1.HeaderClassName
{
color: #012733;
}
.AnyTagClassName
{
color: #012733;
}
</style>
background-color css
<style>
a { background-color: #012733; }
a { background-color: rgb(1,39,51); }
div.DivClassName
{
background-color: #012733;
}
.BgClassName
{
background-color: #012733;
}
</style>
border-color css
<style>
span { border-color: #012733; }
span { border-color: rgb(1,39,51); }
td.TdClassName
{
border-color: #012733;
}
.TagClassName
{
border-color: #012733;
}
</style>