Shades of Black Pearl #08121F
Tints of Black Pearl #08121F
RGB
CMYK
RGB Variations
Color information
#08121F (or 0x08121F) is known color: Black Pearl. HEX triplet: 08, 12 and 1F. RGB value is (8,18,31). Sum of RGB (Red+Green+Blue) = 8+18+31=57 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.04% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 31 (12.5% from 255 or 54.39% from 57); Max value from RGB is 31 - color contains mainly: blue. Hex color #08121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08121F is #F7EDE0. Grayscale: #101010. Windows color (decimal): -16248289 or 2036232. OLE color: 2036232.
HSL color Cylindrical-coordinate representation of color #08121F: hue angle of 213.91º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #08121F is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 18 | 31 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.88 |
| HSL | 213.91º | 0.59% | 0.08% | - |
| HSV(B) | 213.91º | 0.74% | 0.12% | - |
| XYZ | 0.56 | 0.58 | 1.38 | - |
| YUV | 16.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 31 | 0.74 | 0.42 | 0 | 0.88 | 213.91 | 0.59 | 0.08 |
| Hex | 8 | 12 | 1F | 4A | 2A | 0 | 58 | D6 | 3B | 8 |
| Octal | 10 | 22 | 37 | 112 | 52 | 0 | 130 | 326 | 73 | 10 |
| Binary | 1000 | 10010 | 11111 | 1001010 | 101010 | 0 | 1011000 | 11010110 | 111011 | 1000 |
Color Harmonies of #08121F
Complementary color
Monochromatic Colors of #08121F
Black with #08121F
Text Example
Text Example
White with #08121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08121F; }
p { color: rgb(8,18,31); }
H1.HeaderClassName
{
color: #08121F;
}
.AnyTagClassName
{
color: #08121F;
}
</style>
background-color css
<style>
a { background-color: #08121F; }
a { background-color: rgb(8,18,31); }
div.DivClassName
{
background-color: #08121F;
}
.BgClassName
{
background-color: #08121F;
}
</style>
border-color css
<style>
span { border-color: #08121F; }
span { border-color: rgb(8,18,31); }
td.TdClassName
{
border-color: #08121F;
}
.TagClassName
{
border-color: #08121F;
}
</style>