Shades of Black Pearl #08121C
Tints of Black Pearl #08121C
RGB
CMYK
RGB Variations
Color information
#08121C (or 0x08121C) is known color: Black Pearl. HEX triplet: 08, 12 and 1C. RGB value is (8,18,28). Sum of RGB (Red+Green+Blue) = 8+18+28=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #08121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08121C is #F7EDE3. Grayscale: #101010. Windows color (decimal): -16248292 or 1839624. OLE color: 1839624.
HSL color Cylindrical-coordinate representation of color #08121C: hue angle of 210º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #08121C is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 18 | 28 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.89 |
| HSL | 210º | 0.56% | 0.07% | - |
| HSV(B) | 210º | 0.71% | 0.11% | - |
| XYZ | 0.53 | 0.57 | 1.18 | - |
| YUV | 16.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 28 | 0.71 | 0.36 | 0 | 0.89 | 210 | 0.56 | 0.07 |
| Hex | 8 | 12 | 1C | 47 | 24 | 0 | 59 | D2 | 38 | 7 |
| Octal | 10 | 22 | 34 | 107 | 44 | 0 | 131 | 322 | 70 | 7 |
| Binary | 1000 | 10010 | 11100 | 1000111 | 100100 | 0 | 1011001 | 11010010 | 111000 | 111 |
Color Harmonies of #08121C
Complementary color
Monochromatic Colors of #08121C
Black with #08121C
Text Example
Text Example
White with #08121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08121C; }
p { color: rgb(8,18,28); }
H1.HeaderClassName
{
color: #08121C;
}
.AnyTagClassName
{
color: #08121C;
}
</style>
background-color css
<style>
a { background-color: #08121C; }
a { background-color: rgb(8,18,28); }
div.DivClassName
{
background-color: #08121C;
}
.BgClassName
{
background-color: #08121C;
}
</style>
border-color css
<style>
span { border-color: #08121C; }
span { border-color: rgb(8,18,28); }
td.TdClassName
{
border-color: #08121C;
}
.TagClassName
{
border-color: #08121C;
}
</style>