Shades of Black Pearl #06171D
Tints of Black Pearl #06171D
RGB
CMYK
RGB Variations
Color information
#06171D (or 0x06171D) is known color: Black Pearl. HEX triplet: 06, 17 and 1D. RGB value is (6,23,29). Sum of RGB (Red+Green+Blue) = 6+23+29=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #06171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06171D is #F9E8E2. Grayscale: #121212. Windows color (decimal): -16378083 or 1906438. OLE color: 1906438.
HSL color Cylindrical-coordinate representation of color #06171D: hue angle of 195.65º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06171D is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 23 | 29 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.89 |
| HSL | 195.65º | 0.66% | 0.07% | - |
| HSV(B) | 195.65º | 0.79% | 0.11% | - |
| XYZ | 0.6 | 0.74 | 1.27 | - |
| YUV | 18.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 29 | 0.79 | 0.21 | 0 | 0.89 | 195.65 | 0.66 | 0.07 |
| Hex | 6 | 17 | 1D | 4F | 15 | 0 | 59 | C4 | 42 | 7 |
| Octal | 6 | 27 | 35 | 117 | 25 | 0 | 131 | 304 | 102 | 7 |
| Binary | 110 | 10111 | 11101 | 1001111 | 10101 | 0 | 1011001 | 11000100 | 1000010 | 111 |
Color Harmonies of #06171D
Complementary color
Monochromatic Colors of #06171D
Black with #06171D
Text Example
Text Example
White with #06171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06171D; }
p { color: rgb(6,23,29); }
H1.HeaderClassName
{
color: #06171D;
}
.AnyTagClassName
{
color: #06171D;
}
</style>
background-color css
<style>
a { background-color: #06171D; }
a { background-color: rgb(6,23,29); }
div.DivClassName
{
background-color: #06171D;
}
.BgClassName
{
background-color: #06171D;
}
</style>
border-color css
<style>
span { border-color: #06171D; }
span { border-color: rgb(6,23,29); }
td.TdClassName
{
border-color: #06171D;
}
.TagClassName
{
border-color: #06171D;
}
</style>