Shades of Black Pearl #08121D
Tints of Black Pearl #08121D
RGB
CMYK
RGB Variations
Color information
#08121D (or 0x08121D) is known color: Black Pearl. HEX triplet: 08, 12 and 1D. RGB value is (8,18,29). Sum of RGB (Red+Green+Blue) = 8+18+29=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #08121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08121D is #F7EDE2. Grayscale: #101010. Windows color (decimal): -16248291 or 1905160. OLE color: 1905160.
HSL color Cylindrical-coordinate representation of color #08121D: hue angle of 211.43º 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 #08121D is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 18 | 29 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.89 |
| HSL | 211.43º | 0.57% | 0.07% | - |
| HSV(B) | 211.43º | 0.72% | 0.11% | - |
| XYZ | 0.54 | 0.57 | 1.24 | - |
| YUV | 16.26 | 135.19 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 29 | 0.72 | 0.38 | 0 | 0.89 | 211.43 | 0.57 | 0.07 |
| Hex | 8 | 12 | 1D | 48 | 26 | 0 | 59 | D3 | 39 | 7 |
| Octal | 10 | 22 | 35 | 110 | 46 | 0 | 131 | 323 | 71 | 7 |
| Binary | 1000 | 10010 | 11101 | 1001000 | 100110 | 0 | 1011001 | 11010011 | 111001 | 111 |
Color Harmonies of #08121D
Complementary color
Monochromatic Colors of #08121D
Black with #08121D
Text Example
Text Example
White with #08121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08121D; }
p { color: rgb(8,18,29); }
H1.HeaderClassName
{
color: #08121D;
}
.AnyTagClassName
{
color: #08121D;
}
</style>
background-color css
<style>
a { background-color: #08121D; }
a { background-color: rgb(8,18,29); }
div.DivClassName
{
background-color: #08121D;
}
.BgClassName
{
background-color: #08121D;
}
</style>
border-color css
<style>
span { border-color: #08121D; }
span { border-color: rgb(8,18,29); }
td.TdClassName
{
border-color: #08121D;
}
.TagClassName
{
border-color: #08121D;
}
</style>