Shades of Black Pearl #08121B
Tints of Black Pearl #08121B
RGB
CMYK
RGB Variations
Color information
#08121B (or 0x08121B) is known color: Black Pearl. HEX triplet: 08, 12 and 1B. RGB value is (8,18,27). Sum of RGB (Red+Green+Blue) = 8+18+27=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #08121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08121B is #F7EDE4. Grayscale: #0F0F0F. Windows color (decimal): -16248293 or 1774088. OLE color: 1774088.
HSL color Cylindrical-coordinate representation of color #08121B: hue angle of 208.42º 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 #08121B is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 18 | 27 | - |
| CMYK | 0.70 | 0.33 | 0 | 0.89 |
| HSL | 208.42º | 0.54% | 0.07% | - |
| HSV(B) | 208.42º | 0.7% | 0.11% | - |
| XYZ | 0.51 | 0.56 | 1.12 | - |
| YUV | 16.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 27 | 0.70 | 0.33 | 0 | 0.89 | 208.42 | 0.54 | 0.07 |
| Hex | 8 | 12 | 1B | 46 | 21 | 0 | 59 | D0 | 36 | 7 |
| Octal | 10 | 22 | 33 | 106 | 41 | 0 | 131 | 320 | 66 | 7 |
| Binary | 1000 | 10010 | 11011 | 1000110 | 100001 | 0 | 1011001 | 11010000 | 110110 | 111 |
Color Harmonies of #08121B
Complementary color
Monochromatic Colors of #08121B
Black with #08121B
Text Example
Text Example
White with #08121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08121B; }
p { color: rgb(8,18,27); }
H1.HeaderClassName
{
color: #08121B;
}
.AnyTagClassName
{
color: #08121B;
}
</style>
background-color css
<style>
a { background-color: #08121B; }
a { background-color: rgb(8,18,27); }
div.DivClassName
{
background-color: #08121B;
}
.BgClassName
{
background-color: #08121B;
}
</style>
border-color css
<style>
span { border-color: #08121B; }
span { border-color: rgb(8,18,27); }
td.TdClassName
{
border-color: #08121B;
}
.TagClassName
{
border-color: #08121B;
}
</style>