Shades of Black Pearl #08181C
Tints of Black Pearl #08181C
RGB
CMYK
RGB Variations
Color information
#08181C (or 0x08181C) is known color: Black Pearl. HEX triplet: 08, 18 and 1C. RGB value is (8,24,28). Sum of RGB (Red+Green+Blue) = 8+24+28=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #08181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08181C is #F7E7E3. Grayscale: #131313. Windows color (decimal): -16246756 or 1841160. OLE color: 1841160.
HSL color Cylindrical-coordinate representation of color #08181C: hue angle of 192º 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 #08181C is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 24 | 28 | - |
| CMYK | 0.71 | 0.14 | 0 | 0.89 |
| HSL | 192º | 0.56% | 0.07% | - |
| HSV(B) | 192º | 0.71% | 0.11% | - |
| XYZ | 0.64 | 0.79 | 1.22 | - |
| YUV | 19.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 28 | 0.71 | 0.14 | 0 | 0.89 | 192 | 0.56 | 0.07 |
| Hex | 8 | 18 | 1C | 47 | E | 0 | 59 | C0 | 38 | 7 |
| Octal | 10 | 30 | 34 | 107 | 16 | 0 | 131 | 300 | 70 | 7 |
| Binary | 1000 | 11000 | 11100 | 1000111 | 1110 | 0 | 1011001 | 11000000 | 111000 | 111 |
Color Harmonies of #08181C
Complementary color
Monochromatic Colors of #08181C
Black with #08181C
Text Example
Text Example
White with #08181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08181C; }
p { color: rgb(8,24,28); }
H1.HeaderClassName
{
color: #08181C;
}
.AnyTagClassName
{
color: #08181C;
}
</style>
background-color css
<style>
a { background-color: #08181C; }
a { background-color: rgb(8,24,28); }
div.DivClassName
{
background-color: #08181C;
}
.BgClassName
{
background-color: #08181C;
}
</style>
border-color css
<style>
span { border-color: #08181C; }
span { border-color: rgb(8,24,28); }
td.TdClassName
{
border-color: #08181C;
}
.TagClassName
{
border-color: #08181C;
}
</style>