Shades of Black Pearl #08212F
Tints of Black Pearl #08212F
RGB
CMYK
RGB Variations
Color information
#08212F (or 0x08212F) is known color: Black Pearl. HEX triplet: 08, 21 and 2F. RGB value is (8,33,47). Sum of RGB (Red+Green+Blue) = 8+33+47=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 47 (18.75% from 255 or 53.41% from 88); Max value from RGB is 47 - color contains mainly: blue. Hex color #08212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08212F is #F7DED0. Grayscale: #1B1B1B. Windows color (decimal): -16244433 or 3088648. OLE color: 3088648.
HSL color Cylindrical-coordinate representation of color #08212F: hue angle of 201.54º degrees, saturation: 0.71, 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 #08212F is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 33 | 47 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.82 |
| HSL | 201.54º | 0.71% | 0.11% | - |
| HSV(B) | 201.54º | 0.83% | 0.18% | - |
| XYZ | 1.16 | 1.34 | 2.89 | - |
| YUV | 27.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 47 | 0.83 | 0.30 | 0 | 0.82 | 201.54 | 0.71 | 0.11 |
| Hex | 8 | 21 | 2F | 53 | 1E | 0 | 52 | CA | 47 | B |
| Octal | 10 | 41 | 57 | 123 | 36 | 0 | 122 | 312 | 107 | 13 |
| Binary | 1000 | 100001 | 101111 | 1010011 | 11110 | 0 | 1010010 | 11001010 | 1000111 | 1011 |
Color Harmonies of #08212F
Complementary color
Monochromatic Colors of #08212F
Black with #08212F
Text Example
Text Example
White with #08212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08212F; }
p { color: rgb(8,33,47); }
H1.HeaderClassName
{
color: #08212F;
}
.AnyTagClassName
{
color: #08212F;
}
</style>
background-color css
<style>
a { background-color: #08212F; }
a { background-color: rgb(8,33,47); }
div.DivClassName
{
background-color: #08212F;
}
.BgClassName
{
background-color: #08212F;
}
</style>
border-color css
<style>
span { border-color: #08212F; }
span { border-color: rgb(8,33,47); }
td.TdClassName
{
border-color: #08212F;
}
.TagClassName
{
border-color: #08212F;
}
</style>