Shades of Black Pearl #062024
Tints of Black Pearl #062024
RGB
CMYK
RGB Variations
Color information
#062024 (or 0x062024) is known color: Black Pearl. HEX triplet: 06, 20 and 24. RGB value is (6,32,36). Sum of RGB (Red+Green+Blue) = 6+32+36=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #062024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062024 is #F9DFDB. Grayscale: #181818. Windows color (decimal): -16375772 or 2367494. OLE color: 2367494.
HSL color Cylindrical-coordinate representation of color #062024: hue angle of 188º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #062024 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 6 | 32 | 36 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.86 |
| HSL | 188º | 0.71% | 0.08% | - |
| HSV(B) | 188º | 0.83% | 0.14% | - |
| XYZ | 0.91 | 1.2 | 1.85 | - |
| YUV | 24.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 36 | 0.83 | 0.11 | 0 | 0.86 | 188 | 0.71 | 0.08 |
| Hex | 6 | 20 | 24 | 53 | B | 0 | 56 | BC | 47 | 8 |
| Octal | 6 | 40 | 44 | 123 | 13 | 0 | 126 | 274 | 107 | 10 |
| Binary | 110 | 100000 | 100100 | 1010011 | 1011 | 0 | 1010110 | 10111100 | 1000111 | 1000 |
Color Harmonies of #062024
Complementary color
Monochromatic Colors of #062024
Black with #062024
Text Example
Text Example
White with #062024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062024; }
p { color: rgb(6,32,36); }
H1.HeaderClassName
{
color: #062024;
}
.AnyTagClassName
{
color: #062024;
}
</style>
background-color css
<style>
a { background-color: #062024; }
a { background-color: rgb(6,32,36); }
div.DivClassName
{
background-color: #062024;
}
.BgClassName
{
background-color: #062024;
}
</style>
border-color css
<style>
span { border-color: #062024; }
span { border-color: rgb(6,32,36); }
td.TdClassName
{
border-color: #062024;
}
.TagClassName
{
border-color: #062024;
}
</style>