Shades of Black Pearl #012A34
Tints of Black Pearl #012A34
RGB
CMYK
RGB Variations
Color information
#012A34 (or 0x012A34) is known color: Black Pearl. HEX triplet: 01, 2A and 34. RGB value is (1,42,52). Sum of RGB (Red+Green+Blue) = 1+42+52=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #012A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A34 is #FED5CB. Grayscale: #1E1E1E. Windows color (decimal): -16700876 or 3418625. OLE color: 3418625.
HSL color Cylindrical-coordinate representation of color #012A34: hue angle of 191.76º 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 #012A34 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 42 | 52 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.80 |
| HSL | 191.76º | 0.96% | 0.1% | - |
| HSV(B) | 191.76º | 0.98% | 0.2% | - |
| XYZ | 1.46 | 1.91 | 3.54 | - |
| YUV | 30.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 52 | 0.98 | 0.19 | 0 | 0.80 | 191.76 | 0.96 | 0.1 |
| Hex | 1 | 2A | 34 | 62 | 13 | 0 | 50 | C0 | 60 | A |
| Octal | 1 | 52 | 64 | 142 | 23 | 0 | 120 | 300 | 140 | 12 |
| Binary | 1 | 101010 | 110100 | 1100010 | 10011 | 0 | 1010000 | 11000000 | 1100000 | 1010 |
Color Harmonies of #012A34
Complementary color
Monochromatic Colors of #012A34
Black with #012A34
Text Example
Text Example
White with #012A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A34; }
p { color: rgb(1,42,52); }
H1.HeaderClassName
{
color: #012A34;
}
.AnyTagClassName
{
color: #012A34;
}
</style>
background-color css
<style>
a { background-color: #012A34; }
a { background-color: rgb(1,42,52); }
div.DivClassName
{
background-color: #012A34;
}
.BgClassName
{
background-color: #012A34;
}
</style>
border-color css
<style>
span { border-color: #012A34; }
span { border-color: rgb(1,42,52); }
td.TdClassName
{
border-color: #012A34;
}
.TagClassName
{
border-color: #012A34;
}
</style>