Shades of Black Pearl #07212D
Tints of Black Pearl #07212D
RGB
CMYK
RGB Variations
Color information
#07212D (or 0x07212D) is known color: Black Pearl. HEX triplet: 07, 21 and 2D. RGB value is (7,33,45). Sum of RGB (Red+Green+Blue) = 7+33+45=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #07212D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07212D is #F8DED2. Grayscale: #1A1A1A. Windows color (decimal): -16309971 or 2957575. OLE color: 2957575.
HSL color Cylindrical-coordinate representation of color #07212D: hue angle of 198.95º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07212D is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 33 | 45 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.82 |
| HSL | 198.95º | 0.73% | 0.1% | - |
| HSV(B) | 198.95º | 0.84% | 0.18% | - |
| XYZ | 1.11 | 1.32 | 2.68 | - |
| YUV | 26.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 45 | 0.84 | 0.27 | 0 | 0.82 | 198.95 | 0.73 | 0.1 |
| Hex | 7 | 21 | 2D | 54 | 1B | 0 | 52 | C7 | 49 | A |
| Octal | 7 | 41 | 55 | 124 | 33 | 0 | 122 | 307 | 111 | 12 |
| Binary | 111 | 100001 | 101101 | 1010100 | 11011 | 0 | 1010010 | 11000111 | 1001001 | 1010 |
Color Harmonies of #07212D
Complementary color
Monochromatic Colors of #07212D
Black with #07212D
Text Example
Text Example
White with #07212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07212D; }
p { color: rgb(7,33,45); }
H1.HeaderClassName
{
color: #07212D;
}
.AnyTagClassName
{
color: #07212D;
}
</style>
background-color css
<style>
a { background-color: #07212D; }
a { background-color: rgb(7,33,45); }
div.DivClassName
{
background-color: #07212D;
}
.BgClassName
{
background-color: #07212D;
}
</style>
border-color css
<style>
span { border-color: #07212D; }
span { border-color: rgb(7,33,45); }
td.TdClassName
{
border-color: #07212D;
}
.TagClassName
{
border-color: #07212D;
}
</style>