Shades of Black Pearl #06191C
Tints of Black Pearl #06191C
RGB
CMYK
RGB Variations
Color information
#06191C (or 0x06191C) is known color: Black Pearl. HEX triplet: 06, 19 and 1C. RGB value is (6,25,28). Sum of RGB (Red+Green+Blue) = 6+25+28=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #06191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06191C is #F9E6E3. Grayscale: #131313. Windows color (decimal): -16377572 or 1841414. OLE color: 1841414.
HSL color Cylindrical-coordinate representation of color #06191C: hue angle of 188.18º degrees, saturation: 0.65, 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 #06191C is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 25 | 28 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.89 |
| HSL | 188.18º | 0.65% | 0.07% | - |
| HSV(B) | 188.18º | 0.79% | 0.11% | - |
| XYZ | 0.63 | 0.82 | 1.22 | - |
| YUV | 19.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 28 | 0.79 | 0.11 | 0 | 0.89 | 188.18 | 0.65 | 0.07 |
| Hex | 6 | 19 | 1C | 4F | B | 0 | 59 | BC | 41 | 7 |
| Octal | 6 | 31 | 34 | 117 | 13 | 0 | 131 | 274 | 101 | 7 |
| Binary | 110 | 11001 | 11100 | 1001111 | 1011 | 0 | 1011001 | 10111100 | 1000001 | 111 |
Color Harmonies of #06191C
Complementary color
Monochromatic Colors of #06191C
Black with #06191C
Text Example
Text Example
White with #06191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06191C; }
p { color: rgb(6,25,28); }
H1.HeaderClassName
{
color: #06191C;
}
.AnyTagClassName
{
color: #06191C;
}
</style>
background-color css
<style>
a { background-color: #06191C; }
a { background-color: rgb(6,25,28); }
div.DivClassName
{
background-color: #06191C;
}
.BgClassName
{
background-color: #06191C;
}
</style>
border-color css
<style>
span { border-color: #06191C; }
span { border-color: rgb(6,25,28); }
td.TdClassName
{
border-color: #06191C;
}
.TagClassName
{
border-color: #06191C;
}
</style>