Shades of Black Pearl #021833
Tints of Black Pearl #021833
RGB
CMYK
RGB Variations
Color information
#021833 (or 0x021833) is known color: Black Pearl. HEX triplet: 02, 18 and 33. RGB value is (2,24,51). Sum of RGB (Red+Green+Blue) = 2+24+51=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #021833 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021833 is #FDE7CC. Grayscale: #141414. Windows color (decimal): -16639949 or 3348482. OLE color: 3348482.
HSL color Cylindrical-coordinate representation of color #021833: hue angle of 213.06º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #021833 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 24 | 51 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.8 |
| HSL | 213.06º | 0.92% | 0.1% | - |
| HSV(B) | 213.06º | 0.96% | 0.2% | - |
| XYZ | 0.95 | 0.91 | 3.26 | - |
| YUV | 20.5 | 145.21 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 51 | 0.96 | 0.53 | 0 | 0.8 | 213.06 | 0.92 | 0.1 |
| Hex | 2 | 18 | 33 | 60 | 35 | 0 | 50 | D5 | 5C | A |
| Octal | 2 | 30 | 63 | 140 | 65 | 0 | 120 | 325 | 134 | 12 |
| Binary | 10 | 11000 | 110011 | 1100000 | 110101 | 0 | 1010000 | 11010101 | 1011100 | 1010 |
Color Harmonies of #021833
Complementary color
Monochromatic Colors of #021833
Black with #021833
Text Example
Text Example
White with #021833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021833; }
p { color: rgb(2,24,51); }
H1.HeaderClassName
{
color: #021833;
}
.AnyTagClassName
{
color: #021833;
}
</style>
background-color css
<style>
a { background-color: #021833; }
a { background-color: rgb(2,24,51); }
div.DivClassName
{
background-color: #021833;
}
.BgClassName
{
background-color: #021833;
}
</style>
border-color css
<style>
span { border-color: #021833; }
span { border-color: rgb(2,24,51); }
td.TdClassName
{
border-color: #021833;
}
.TagClassName
{
border-color: #021833;
}
</style>