Shades of Black Pearl #012133
Tints of Black Pearl #012133
RGB
CMYK
RGB Variations
Color information
#012133 (or 0x012133) is known color: Black Pearl. HEX triplet: 01, 21 and 33. RGB value is (1,33,51). Sum of RGB (Red+Green+Blue) = 1+33+51=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 51 (20.31% from 255 or 60% from 85); Max value from RGB is 51 - color contains mainly: blue. Hex color #012133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012133 is #FEDECC. Grayscale: #191919. Windows color (decimal): -16703181 or 3350785. OLE color: 3350785.
HSL color Cylindrical-coordinate representation of color #012133: hue angle of 201.6º 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 #012133 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 33 | 51 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.8 |
| HSL | 201.6º | 0.96% | 0.1% | - |
| HSV(B) | 201.6º | 0.98% | 0.2% | - |
| XYZ | 1.15 | 1.33 | 3.33 | - |
| YUV | 25.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 33 | 51 | 0.98 | 0.35 | 0 | 0.8 | 201.6 | 0.96 | 0.1 |
| Hex | 1 | 21 | 33 | 62 | 23 | 0 | 50 | CA | 60 | A |
| Octal | 1 | 41 | 63 | 142 | 43 | 0 | 120 | 312 | 140 | 12 |
| Binary | 1 | 100001 | 110011 | 1100010 | 100011 | 0 | 1010000 | 11001010 | 1100000 | 1010 |
Color Harmonies of #012133
Complementary color
Monochromatic Colors of #012133
Black with #012133
Text Example
Text Example
White with #012133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012133; }
p { color: rgb(1,33,51); }
H1.HeaderClassName
{
color: #012133;
}
.AnyTagClassName
{
color: #012133;
}
</style>
background-color css
<style>
a { background-color: #012133; }
a { background-color: rgb(1,33,51); }
div.DivClassName
{
background-color: #012133;
}
.BgClassName
{
background-color: #012133;
}
</style>
border-color css
<style>
span { border-color: #012133; }
span { border-color: rgb(1,33,51); }
td.TdClassName
{
border-color: #012133;
}
.TagClassName
{
border-color: #012133;
}
</style>