Shades of Black Pearl #061E2A
Tints of Black Pearl #061E2A
RGB
CMYK
RGB Variations
Color information
#061E2A (or 0x061E2A) is known color: Black Pearl. HEX triplet: 06, 1E and 2A. RGB value is (6,30,42). Sum of RGB (Red+Green+Blue) = 6+30+42=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #061E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E2A is #F9E1D5. Grayscale: #181818. Windows color (decimal): -16376278 or 2760198. OLE color: 2760198.
HSL color Cylindrical-coordinate representation of color #061E2A: hue angle of 200º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #061E2A is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 30 | 42 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.84 |
| HSL | 200º | 0.75% | 0.09% | - |
| HSV(B) | 200º | 0.86% | 0.16% | - |
| XYZ | 0.96 | 1.13 | 2.36 | - |
| YUV | 24.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 42 | 0.86 | 0.29 | 0 | 0.84 | 200 | 0.75 | 0.09 |
| Hex | 6 | 1E | 2A | 56 | 1D | 0 | 54 | C8 | 4B | 9 |
| Octal | 6 | 36 | 52 | 126 | 35 | 0 | 124 | 310 | 113 | 11 |
| Binary | 110 | 11110 | 101010 | 1010110 | 11101 | 0 | 1010100 | 11001000 | 1001011 | 1001 |
Color Harmonies of #061E2A
Complementary color
Monochromatic Colors of #061E2A
Black with #061E2A
Text Example
Text Example
White with #061E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E2A; }
p { color: rgb(6,30,42); }
H1.HeaderClassName
{
color: #061E2A;
}
.AnyTagClassName
{
color: #061E2A;
}
</style>
background-color css
<style>
a { background-color: #061E2A; }
a { background-color: rgb(6,30,42); }
div.DivClassName
{
background-color: #061E2A;
}
.BgClassName
{
background-color: #061E2A;
}
</style>
border-color css
<style>
span { border-color: #061E2A; }
span { border-color: rgb(6,30,42); }
td.TdClassName
{
border-color: #061E2A;
}
.TagClassName
{
border-color: #061E2A;
}
</style>