Shades of Black Pearl #08131E
Tints of Black Pearl #08131E
RGB
CMYK
RGB Variations
Color information
#08131E (or 0x08131E) is known color: Black Pearl. HEX triplet: 08, 13 and 1E. RGB value is (8,19,30). Sum of RGB (Red+Green+Blue) = 8+19+30=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #08131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08131E is #F7ECE1. Grayscale: #101010. Windows color (decimal): -16248034 or 1970952. OLE color: 1970952.
HSL color Cylindrical-coordinate representation of color #08131E: hue angle of 210º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08131E is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 19 | 30 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.88 |
| HSL | 210º | 0.58% | 0.07% | - |
| HSV(B) | 210º | 0.73% | 0.12% | - |
| XYZ | 0.57 | 0.61 | 1.32 | - |
| YUV | 16.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 30 | 0.73 | 0.37 | 0 | 0.88 | 210 | 0.58 | 0.07 |
| Hex | 8 | 13 | 1E | 49 | 25 | 0 | 58 | D2 | 3A | 7 |
| Octal | 10 | 23 | 36 | 111 | 45 | 0 | 130 | 322 | 72 | 7 |
| Binary | 1000 | 10011 | 11110 | 1001001 | 100101 | 0 | 1011000 | 11010010 | 111010 | 111 |
Color Harmonies of #08131E
Complementary color
Monochromatic Colors of #08131E
Black with #08131E
Text Example
Text Example
White with #08131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08131E; }
p { color: rgb(8,19,30); }
H1.HeaderClassName
{
color: #08131E;
}
.AnyTagClassName
{
color: #08131E;
}
</style>
background-color css
<style>
a { background-color: #08131E; }
a { background-color: rgb(8,19,30); }
div.DivClassName
{
background-color: #08131E;
}
.BgClassName
{
background-color: #08131E;
}
</style>
border-color css
<style>
span { border-color: #08131E; }
span { border-color: rgb(8,19,30); }
td.TdClassName
{
border-color: #08131E;
}
.TagClassName
{
border-color: #08131E;
}
</style>