Shades of Black Pearl #061117
Tints of Black Pearl #061117
RGB
CMYK
RGB Variations
Color information
#061117 (or 0x061117) is known color: Black Pearl. HEX triplet: 06, 11 and 17. RGB value is (6,17,23). Sum of RGB (Red+Green+Blue) = 6+17+23=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #061117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061117 is #F9EEE8. Grayscale: #0E0E0E. Windows color (decimal): -16379625 or 1511686. OLE color: 1511686.
HSL color Cylindrical-coordinate representation of color #061117: hue angle of 201.18º 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 #061117 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 17 | 23 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.91 |
| HSL | 201.18º | 0.59% | 0.06% | - |
| HSV(B) | 201.18º | 0.74% | 0.09% | - |
| XYZ | 0.43 | 0.5 | 0.88 | - |
| YUV | 14.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 17 | 23 | 0.74 | 0.26 | 0 | 0.91 | 201.18 | 0.59 | 0.06 |
| Hex | 6 | 11 | 17 | 4A | 1A | 0 | 5B | C9 | 3B | 6 |
| Octal | 6 | 21 | 27 | 112 | 32 | 0 | 133 | 311 | 73 | 6 |
| Binary | 110 | 10001 | 10111 | 1001010 | 11010 | 0 | 1011011 | 11001001 | 111011 | 110 |
Color Harmonies of #061117
Complementary color
Monochromatic Colors of #061117
Black with #061117
Text Example
Text Example
White with #061117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061117; }
p { color: rgb(6,17,23); }
H1.HeaderClassName
{
color: #061117;
}
.AnyTagClassName
{
color: #061117;
}
</style>
background-color css
<style>
a { background-color: #061117; }
a { background-color: rgb(6,17,23); }
div.DivClassName
{
background-color: #061117;
}
.BgClassName
{
background-color: #061117;
}
</style>
border-color css
<style>
span { border-color: #061117; }
span { border-color: rgb(6,17,23); }
td.TdClassName
{
border-color: #061117;
}
.TagClassName
{
border-color: #061117;
}
</style>