Shades of Black Pearl #08101D
Tints of Black Pearl #08101D
RGB
CMYK
RGB Variations
Color information
#08101D (or 0x08101D) is known color: Black Pearl. HEX triplet: 08, 10 and 1D. RGB value is (8,16,29). Sum of RGB (Red+Green+Blue) = 8+16+29=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #08101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08101D is #F7EFE2. Grayscale: #0F0F0F. Windows color (decimal): -16248803 or 1904648. OLE color: 1904648.
HSL color Cylindrical-coordinate representation of color #08101D: hue angle of 217.14º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #08101D is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 16 | 29 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.89 |
| HSL | 217.14º | 0.57% | 0.07% | - |
| HSV(B) | 217.14º | 0.72% | 0.11% | - |
| XYZ | 0.51 | 0.51 | 1.23 | - |
| YUV | 15.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 29 | 0.72 | 0.45 | 0 | 0.89 | 217.14 | 0.57 | 0.07 |
| Hex | 8 | 10 | 1D | 48 | 2D | 0 | 59 | D9 | 39 | 7 |
| Octal | 10 | 20 | 35 | 110 | 55 | 0 | 131 | 331 | 71 | 7 |
| Binary | 1000 | 10000 | 11101 | 1001000 | 101101 | 0 | 1011001 | 11011001 | 111001 | 111 |
Color Harmonies of #08101D
Complementary color
Monochromatic Colors of #08101D
Black with #08101D
Text Example
Text Example
White with #08101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08101D; }
p { color: rgb(8,16,29); }
H1.HeaderClassName
{
color: #08101D;
}
.AnyTagClassName
{
color: #08101D;
}
</style>
background-color css
<style>
a { background-color: #08101D; }
a { background-color: rgb(8,16,29); }
div.DivClassName
{
background-color: #08101D;
}
.BgClassName
{
background-color: #08101D;
}
</style>
border-color css
<style>
span { border-color: #08101D; }
span { border-color: rgb(8,16,29); }
td.TdClassName
{
border-color: #08101D;
}
.TagClassName
{
border-color: #08101D;
}
</style>