Shades of Black Pearl #060E17
Tints of Black Pearl #060E17
RGB
CMYK
RGB Variations
Color information
#060E17 (or 0x060E17) is known color: Black Pearl. HEX triplet: 06, 0E and 17. RGB value is (6,14,23). Sum of RGB (Red+Green+Blue) = 6+14+23=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #060E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E17 is #F9F1E8. Grayscale: #0C0C0C. Windows color (decimal): -16380393 or 1510918. OLE color: 1510918.
HSL color Cylindrical-coordinate representation of color #060E17: hue angle of 211.76º degrees, saturation: 0.59, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #060E17 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 14 | 23 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.91 |
| HSL | 211.76º | 0.59% | 0.06% | - |
| HSV(B) | 211.76º | 0.74% | 0.09% | - |
| XYZ | 0.39 | 0.41 | 0.87 | - |
| YUV | 12.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 23 | 0.74 | 0.39 | 0 | 0.91 | 211.76 | 0.59 | 0.06 |
| Hex | 6 | E | 17 | 4A | 27 | 0 | 5B | D4 | 3B | 6 |
| Octal | 6 | 16 | 27 | 112 | 47 | 0 | 133 | 324 | 73 | 6 |
| Binary | 110 | 1110 | 10111 | 1001010 | 100111 | 0 | 1011011 | 11010100 | 111011 | 110 |
Color Harmonies of #060E17
Complementary color
Monochromatic Colors of #060E17
Black with #060E17
Text Example
Text Example
White with #060E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E17; }
p { color: rgb(6,14,23); }
H1.HeaderClassName
{
color: #060E17;
}
.AnyTagClassName
{
color: #060E17;
}
</style>
background-color css
<style>
a { background-color: #060E17; }
a { background-color: rgb(6,14,23); }
div.DivClassName
{
background-color: #060E17;
}
.BgClassName
{
background-color: #060E17;
}
</style>
border-color css
<style>
span { border-color: #060E17; }
span { border-color: rgb(6,14,23); }
td.TdClassName
{
border-color: #060E17;
}
.TagClassName
{
border-color: #060E17;
}
</style>