Shades of Black Pearl #012033
Tints of Black Pearl #012033
RGB
CMYK
RGB Variations
Color information
#012033 (or 0x012033) is known color: Black Pearl. HEX triplet: 01, 20 and 33. RGB value is (1,32,51). Sum of RGB (Red+Green+Blue) = 1+32+51=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 51 (20.31% from 255 or 60.71% from 84); Max value from RGB is 51 - color contains mainly: blue. Hex color #012033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012033 is #FEDFCC. Grayscale: #181818. Windows color (decimal): -16703437 or 3350529. OLE color: 3350529.
HSL color Cylindrical-coordinate representation of color #012033: hue angle of 202.8º 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 #012033 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 32 | 51 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.8 |
| HSL | 202.8º | 0.96% | 0.1% | - |
| HSV(B) | 202.8º | 0.98% | 0.2% | - |
| XYZ | 1.13 | 1.28 | 3.32 | - |
| YUV | 24.9 | 142.73 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 51 | 0.98 | 0.37 | 0 | 0.8 | 202.8 | 0.96 | 0.1 |
| Hex | 1 | 20 | 33 | 62 | 25 | 0 | 50 | CB | 60 | A |
| Octal | 1 | 40 | 63 | 142 | 45 | 0 | 120 | 313 | 140 | 12 |
| Binary | 1 | 100000 | 110011 | 1100010 | 100101 | 0 | 1010000 | 11001011 | 1100000 | 1010 |
Color Harmonies of #012033
Complementary color
Monochromatic Colors of #012033
Black with #012033
Text Example
Text Example
White with #012033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012033; }
p { color: rgb(1,32,51); }
H1.HeaderClassName
{
color: #012033;
}
.AnyTagClassName
{
color: #012033;
}
</style>
background-color css
<style>
a { background-color: #012033; }
a { background-color: rgb(1,32,51); }
div.DivClassName
{
background-color: #012033;
}
.BgClassName
{
background-color: #012033;
}
</style>
border-color css
<style>
span { border-color: #012033; }
span { border-color: rgb(1,32,51); }
td.TdClassName
{
border-color: #012033;
}
.TagClassName
{
border-color: #012033;
}
</style>