Shades of Black Pearl #012232
Tints of Black Pearl #012232
RGB
CMYK
RGB Variations
Color information
#012232 (or 0x012232) is known color: Black Pearl. HEX triplet: 01, 22 and 32. RGB value is (1,34,50). Sum of RGB (Red+Green+Blue) = 1+34+50=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 50 (19.92% from 255 or 58.82% from 85); Max value from RGB is 50 - color contains mainly: blue. Hex color #012232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012232 is #FEDDCD. Grayscale: #191919. Windows color (decimal): -16702926 or 3285505. OLE color: 3285505.
HSL color Cylindrical-coordinate representation of color #012232: hue angle of 199.59º 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 #012232 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 34 | 50 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.80 |
| HSL | 199.59º | 0.96% | 0.1% | - |
| HSV(B) | 199.59º | 0.98% | 0.2% | - |
| XYZ | 1.16 | 1.38 | 3.22 | - |
| YUV | 25.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 50 | 0.98 | 0.32 | 0 | 0.80 | 199.59 | 0.96 | 0.1 |
| Hex | 1 | 22 | 32 | 62 | 20 | 0 | 50 | C8 | 60 | A |
| Octal | 1 | 42 | 62 | 142 | 40 | 0 | 120 | 310 | 140 | 12 |
| Binary | 1 | 100010 | 110010 | 1100010 | 100000 | 0 | 1010000 | 11001000 | 1100000 | 1010 |
Color Harmonies of #012232
Complementary color
Monochromatic Colors of #012232
Black with #012232
Text Example
Text Example
White with #012232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012232; }
p { color: rgb(1,34,50); }
H1.HeaderClassName
{
color: #012232;
}
.AnyTagClassName
{
color: #012232;
}
</style>
background-color css
<style>
a { background-color: #012232; }
a { background-color: rgb(1,34,50); }
div.DivClassName
{
background-color: #012232;
}
.BgClassName
{
background-color: #012232;
}
</style>
border-color css
<style>
span { border-color: #012232; }
span { border-color: rgb(1,34,50); }
td.TdClassName
{
border-color: #012232;
}
.TagClassName
{
border-color: #012232;
}
</style>