Shades of Black Pearl #08212E
Tints of Black Pearl #08212E
RGB
CMYK
RGB Variations
Color information
#08212E (or 0x08212E) is known color: Black Pearl. HEX triplet: 08, 21 and 2E. RGB value is (8,33,46). Sum of RGB (Red+Green+Blue) = 8+33+46=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #08212E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08212E is #F7DED1. Grayscale: #1A1A1A. Windows color (decimal): -16244434 or 3023112. OLE color: 3023112.
HSL color Cylindrical-coordinate representation of color #08212E: hue angle of 200.53º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08212E is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 33 | 46 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.82 |
| HSL | 200.53º | 0.7% | 0.11% | - |
| HSV(B) | 200.53º | 0.83% | 0.18% | - |
| XYZ | 1.14 | 1.34 | 2.78 | - |
| YUV | 27.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 46 | 0.83 | 0.28 | 0 | 0.82 | 200.53 | 0.7 | 0.11 |
| Hex | 8 | 21 | 2E | 53 | 1C | 0 | 52 | C9 | 46 | B |
| Octal | 10 | 41 | 56 | 123 | 34 | 0 | 122 | 311 | 106 | 13 |
| Binary | 1000 | 100001 | 101110 | 1010011 | 11100 | 0 | 1010010 | 11001001 | 1000110 | 1011 |
Color Harmonies of #08212E
Complementary color
Monochromatic Colors of #08212E
Black with #08212E
Text Example
Text Example
White with #08212E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08212E; }
p { color: rgb(8,33,46); }
H1.HeaderClassName
{
color: #08212E;
}
.AnyTagClassName
{
color: #08212E;
}
</style>
background-color css
<style>
a { background-color: #08212E; }
a { background-color: rgb(8,33,46); }
div.DivClassName
{
background-color: #08212E;
}
.BgClassName
{
background-color: #08212E;
}
</style>
border-color css
<style>
span { border-color: #08212E; }
span { border-color: rgb(8,33,46); }
td.TdClassName
{
border-color: #08212E;
}
.TagClassName
{
border-color: #08212E;
}
</style>