Shades of Black Pearl #08191C
Tints of Black Pearl #08191C
RGB
CMYK
RGB Variations
Color information
#08191C (or 0x08191C) is known color: Black Pearl. HEX triplet: 08, 19 and 1C. RGB value is (8,25,28). Sum of RGB (Red+Green+Blue) = 8+25+28=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 28 - color contains mainly: blue. Hex color #08191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08191C is #F7E6E3. Grayscale: #141414. Windows color (decimal): -16246500 or 1841416. OLE color: 1841416.
HSL color Cylindrical-coordinate representation of color #08191C: hue angle of 189º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #08191C is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 25 | 28 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.89 |
| HSL | 189º | 0.56% | 0.07% | - |
| HSV(B) | 189º | 0.71% | 0.11% | - |
| XYZ | 0.66 | 0.83 | 1.22 | - |
| YUV | 20.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 28 | 0.71 | 0.11 | 0 | 0.89 | 189 | 0.56 | 0.07 |
| Hex | 8 | 19 | 1C | 47 | B | 0 | 59 | BD | 38 | 7 |
| Octal | 10 | 31 | 34 | 107 | 13 | 0 | 131 | 275 | 70 | 7 |
| Binary | 1000 | 11001 | 11100 | 1000111 | 1011 | 0 | 1011001 | 10111101 | 111000 | 111 |
Color Harmonies of #08191C
Complementary color
Monochromatic Colors of #08191C
Black with #08191C
Text Example
Text Example
White with #08191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08191C; }
p { color: rgb(8,25,28); }
H1.HeaderClassName
{
color: #08191C;
}
.AnyTagClassName
{
color: #08191C;
}
</style>
background-color css
<style>
a { background-color: #08191C; }
a { background-color: rgb(8,25,28); }
div.DivClassName
{
background-color: #08191C;
}
.BgClassName
{
background-color: #08191C;
}
</style>
border-color css
<style>
span { border-color: #08191C; }
span { border-color: rgb(8,25,28); }
td.TdClassName
{
border-color: #08191C;
}
.TagClassName
{
border-color: #08191C;
}
</style>