Shades of Black Pearl #061424
Tints of Black Pearl #061424
RGB
CMYK
RGB Variations
Color information
#061424 (or 0x061424) is known color: Black Pearl. HEX triplet: 06, 14 and 24. RGB value is (6,20,36). Sum of RGB (Red+Green+Blue) = 6+20+36=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 36 (14.45% from 255 or 58.06% from 62); Max value from RGB is 36 - color contains mainly: blue. Hex color #061424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061424 is #F9EBDB. Grayscale: #111111. Windows color (decimal): -16378844 or 2364422. OLE color: 2364422.
HSL color Cylindrical-coordinate representation of color #061424: hue angle of 212º 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 #061424 is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 6 | 20 | 36 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.86 |
| HSL | 212º | 0.71% | 0.08% | - |
| HSV(B) | 212º | 0.83% | 0.14% | - |
| XYZ | 0.64 | 0.67 | 1.76 | - |
| YUV | 17.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 36 | 0.83 | 0.44 | 0 | 0.86 | 212 | 0.71 | 0.08 |
| Hex | 6 | 14 | 24 | 53 | 2C | 0 | 56 | D4 | 47 | 8 |
| Octal | 6 | 24 | 44 | 123 | 54 | 0 | 126 | 324 | 107 | 10 |
| Binary | 110 | 10100 | 100100 | 1010011 | 101100 | 0 | 1010110 | 11010100 | 1000111 | 1000 |
Color Harmonies of #061424
Complementary color
Monochromatic Colors of #061424
Black with #061424
Text Example
Text Example
White with #061424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061424; }
p { color: rgb(6,20,36); }
H1.HeaderClassName
{
color: #061424;
}
.AnyTagClassName
{
color: #061424;
}
</style>
background-color css
<style>
a { background-color: #061424; }
a { background-color: rgb(6,20,36); }
div.DivClassName
{
background-color: #061424;
}
.BgClassName
{
background-color: #061424;
}
</style>
border-color css
<style>
span { border-color: #061424; }
span { border-color: rgb(6,20,36); }
td.TdClassName
{
border-color: #061424;
}
.TagClassName
{
border-color: #061424;
}
</style>