Shades of Black Pearl #062128
Tints of Black Pearl #062128
RGB
CMYK
RGB Variations
Color information
#062128 (or 0x062128) is known color: Black Pearl. HEX triplet: 06, 21 and 28. RGB value is (6,33,40). Sum of RGB (Red+Green+Blue) = 6+33+40=79 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.59% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #062128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062128 is #F9DED7. Grayscale: #191919. Windows color (decimal): -16375512 or 2629894. OLE color: 2629894.
HSL color Cylindrical-coordinate representation of color #062128: hue angle of 192.35º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062128 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 33 | 40 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.84 |
| HSL | 192.35º | 0.74% | 0.09% | - |
| HSV(B) | 192.35º | 0.85% | 0.16% | - |
| XYZ | 1 | 1.28 | 2.2 | - |
| YUV | 25.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 33 | 40 | 0.85 | 0.17 | 0 | 0.84 | 192.35 | 0.74 | 0.09 |
| Hex | 6 | 21 | 28 | 55 | 11 | 0 | 54 | C0 | 4A | 9 |
| Octal | 6 | 41 | 50 | 125 | 21 | 0 | 124 | 300 | 112 | 11 |
| Binary | 110 | 100001 | 101000 | 1010101 | 10001 | 0 | 1010100 | 11000000 | 1001010 | 1001 |
Color Harmonies of #062128
Complementary color
Monochromatic Colors of #062128
Black with #062128
Text Example
Text Example
White with #062128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062128; }
p { color: rgb(6,33,40); }
H1.HeaderClassName
{
color: #062128;
}
.AnyTagClassName
{
color: #062128;
}
</style>
background-color css
<style>
a { background-color: #062128; }
a { background-color: rgb(6,33,40); }
div.DivClassName
{
background-color: #062128;
}
.BgClassName
{
background-color: #062128;
}
</style>
border-color css
<style>
span { border-color: #062128; }
span { border-color: rgb(6,33,40); }
td.TdClassName
{
border-color: #062128;
}
.TagClassName
{
border-color: #062128;
}
</style>