Shades of Black Pearl #061719
Tints of Black Pearl #061719
RGB
CMYK
RGB Variations
Color information
#061719 (or 0x061719) is known color: Black Pearl. HEX triplet: 06, 17 and 19. RGB value is (6,23,25). Sum of RGB (Red+Green+Blue) = 6+23+25=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #061719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061719 is #F9E8E6. Grayscale: #121212. Windows color (decimal): -16378087 or 1644294. OLE color: 1644294.
HSL color Cylindrical-coordinate representation of color #061719: hue angle of 186.32º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #061719 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 23 | 25 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.90 |
| HSL | 186.32º | 0.61% | 0.06% | - |
| HSV(B) | 186.32º | 0.76% | 0.1% | - |
| XYZ | 0.56 | 0.72 | 1.03 | - |
| YUV | 18.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 23 | 25 | 0.76 | 0.08 | 0 | 0.90 | 186.32 | 0.61 | 0.06 |
| Hex | 6 | 17 | 19 | 4C | 8 | 0 | 5A | BA | 3D | 6 |
| Octal | 6 | 27 | 31 | 114 | 10 | 0 | 132 | 272 | 75 | 6 |
| Binary | 110 | 10111 | 11001 | 1001100 | 1000 | 0 | 1011010 | 10111010 | 111101 | 110 |
Color Harmonies of #061719
Complementary color
Monochromatic Colors of #061719
Black with #061719
Text Example
Text Example
White with #061719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061719; }
p { color: rgb(6,23,25); }
H1.HeaderClassName
{
color: #061719;
}
.AnyTagClassName
{
color: #061719;
}
</style>
background-color css
<style>
a { background-color: #061719; }
a { background-color: rgb(6,23,25); }
div.DivClassName
{
background-color: #061719;
}
.BgClassName
{
background-color: #061719;
}
</style>
border-color css
<style>
span { border-color: #061719; }
span { border-color: rgb(6,23,25); }
td.TdClassName
{
border-color: #061719;
}
.TagClassName
{
border-color: #061719;
}
</style>