Shades of Black Pearl #08212D
Tints of Black Pearl #08212D
RGB
CMYK
RGB Variations
Color information
#08212D (or 0x08212D) is known color: Black Pearl. HEX triplet: 08, 21 and 2D. RGB value is (8,33,45). Sum of RGB (Red+Green+Blue) = 8+33+45=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 45 (17.97% from 255 or 52.33% from 86); Max value from RGB is 45 - color contains mainly: blue. Hex color #08212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08212D is #F7DED2. Grayscale: #1A1A1A. Windows color (decimal): -16244435 or 2957576. OLE color: 2957576.
HSL color Cylindrical-coordinate representation of color #08212D: hue angle of 199.46º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08212D is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 33 | 45 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.82 |
| HSL | 199.46º | 0.7% | 0.1% | - |
| HSV(B) | 199.46º | 0.82% | 0.18% | - |
| XYZ | 1.12 | 1.33 | 2.68 | - |
| YUV | 26.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 45 | 0.82 | 0.27 | 0 | 0.82 | 199.46 | 0.7 | 0.1 |
| Hex | 8 | 21 | 2D | 52 | 1B | 0 | 52 | C7 | 46 | A |
| Octal | 10 | 41 | 55 | 122 | 33 | 0 | 122 | 307 | 106 | 12 |
| Binary | 1000 | 100001 | 101101 | 1010010 | 11011 | 0 | 1010010 | 11000111 | 1000110 | 1010 |
Color Harmonies of #08212D
Complementary color
Monochromatic Colors of #08212D
Black with #08212D
Text Example
Text Example
White with #08212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08212D; }
p { color: rgb(8,33,45); }
H1.HeaderClassName
{
color: #08212D;
}
.AnyTagClassName
{
color: #08212D;
}
</style>
background-color css
<style>
a { background-color: #08212D; }
a { background-color: rgb(8,33,45); }
div.DivClassName
{
background-color: #08212D;
}
.BgClassName
{
background-color: #08212D;
}
</style>
border-color css
<style>
span { border-color: #08212D; }
span { border-color: rgb(8,33,45); }
td.TdClassName
{
border-color: #08212D;
}
.TagClassName
{
border-color: #08212D;
}
</style>