Shades of Black Pearl #012034
Tints of Black Pearl #012034
RGB
CMYK
RGB Variations
Color information
#012034 (or 0x012034) is known color: Black Pearl. HEX triplet: 01, 20 and 34. RGB value is (1,32,52). Sum of RGB (Red+Green+Blue) = 1+32+52=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #012034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012034 is #FEDFCB. Grayscale: #181818. Windows color (decimal): -16703436 or 3416065. OLE color: 3416065.
HSL color Cylindrical-coordinate representation of color #012034: hue angle of 203.53º 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 #012034 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 32 | 52 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.80 |
| HSL | 203.53º | 0.96% | 0.1% | - |
| HSV(B) | 203.53º | 0.98% | 0.2% | - |
| XYZ | 1.15 | 1.29 | 3.44 | - |
| YUV | 25.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 52 | 0.98 | 0.38 | 0 | 0.80 | 203.53 | 0.96 | 0.1 |
| Hex | 1 | 20 | 34 | 62 | 26 | 0 | 50 | CC | 60 | A |
| Octal | 1 | 40 | 64 | 142 | 46 | 0 | 120 | 314 | 140 | 12 |
| Binary | 1 | 100000 | 110100 | 1100010 | 100110 | 0 | 1010000 | 11001100 | 1100000 | 1010 |
Color Harmonies of #012034
Complementary color
Monochromatic Colors of #012034
Black with #012034
Text Example
Text Example
White with #012034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012034; }
p { color: rgb(1,32,52); }
H1.HeaderClassName
{
color: #012034;
}
.AnyTagClassName
{
color: #012034;
}
</style>
background-color css
<style>
a { background-color: #012034; }
a { background-color: rgb(1,32,52); }
div.DivClassName
{
background-color: #012034;
}
.BgClassName
{
background-color: #012034;
}
</style>
border-color css
<style>
span { border-color: #012034; }
span { border-color: rgb(1,32,52); }
td.TdClassName
{
border-color: #012034;
}
.TagClassName
{
border-color: #012034;
}
</style>