Shades of Black Pearl #08131B
Tints of Black Pearl #08131B
RGB
CMYK
RGB Variations
Color information
#08131B (or 0x08131B) is known color: Black Pearl. HEX triplet: 08, 13 and 1B. RGB value is (8,19,27). Sum of RGB (Red+Green+Blue) = 8+19+27=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #08131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08131B is #F7ECE4. Grayscale: #101010. Windows color (decimal): -16248037 or 1774344. OLE color: 1774344.
HSL color Cylindrical-coordinate representation of color #08131B: hue angle of 205.26º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #08131B is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 19 | 27 | - |
| CMYK | 0.70 | 0.30 | 0 | 0.89 |
| HSL | 205.26º | 0.54% | 0.07% | - |
| HSV(B) | 205.26º | 0.7% | 0.11% | - |
| XYZ | 0.53 | 0.6 | 1.12 | - |
| YUV | 16.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 27 | 0.70 | 0.30 | 0 | 0.89 | 205.26 | 0.54 | 0.07 |
| Hex | 8 | 13 | 1B | 46 | 1E | 0 | 59 | CD | 36 | 7 |
| Octal | 10 | 23 | 33 | 106 | 36 | 0 | 131 | 315 | 66 | 7 |
| Binary | 1000 | 10011 | 11011 | 1000110 | 11110 | 0 | 1011001 | 11001101 | 110110 | 111 |
Color Harmonies of #08131B
Complementary color
Monochromatic Colors of #08131B
Black with #08131B
Text Example
Text Example
White with #08131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08131B; }
p { color: rgb(8,19,27); }
H1.HeaderClassName
{
color: #08131B;
}
.AnyTagClassName
{
color: #08131B;
}
</style>
background-color css
<style>
a { background-color: #08131B; }
a { background-color: rgb(8,19,27); }
div.DivClassName
{
background-color: #08131B;
}
.BgClassName
{
background-color: #08131B;
}
</style>
border-color css
<style>
span { border-color: #08131B; }
span { border-color: rgb(8,19,27); }
td.TdClassName
{
border-color: #08131B;
}
.TagClassName
{
border-color: #08131B;
}
</style>