Shades of Black Pearl #07212B
Tints of Black Pearl #07212B
RGB
CMYK
RGB Variations
Color information
#07212B (or 0x07212B) is known color: Black Pearl. HEX triplet: 07, 21 and 2B. RGB value is (7,33,43). Sum of RGB (Red+Green+Blue) = 7+33+43=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 33 (13.28% from 255 or 39.76% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #07212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07212B is #F8DED4. Grayscale: #1A1A1A. Windows color (decimal): -16309973 or 2826503. OLE color: 2826503.
HSL color Cylindrical-coordinate representation of color #07212B: hue angle of 196.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07212B is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 33 | 43 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.83 |
| HSL | 196.67º | 0.72% | 0.1% | - |
| HSV(B) | 196.67º | 0.84% | 0.17% | - |
| XYZ | 1.07 | 1.31 | 2.48 | - |
| YUV | 26.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 43 | 0.84 | 0.23 | 0 | 0.83 | 196.67 | 0.72 | 0.1 |
| Hex | 7 | 21 | 2B | 54 | 17 | 0 | 53 | C5 | 48 | A |
| Octal | 7 | 41 | 53 | 124 | 27 | 0 | 123 | 305 | 110 | 12 |
| Binary | 111 | 100001 | 101011 | 1010100 | 10111 | 0 | 1010011 | 11000101 | 1001000 | 1010 |
Color Harmonies of #07212B
Complementary color
Monochromatic Colors of #07212B
Black with #07212B
Text Example
Text Example
White with #07212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07212B; }
p { color: rgb(7,33,43); }
H1.HeaderClassName
{
color: #07212B;
}
.AnyTagClassName
{
color: #07212B;
}
</style>
background-color css
<style>
a { background-color: #07212B; }
a { background-color: rgb(7,33,43); }
div.DivClassName
{
background-color: #07212B;
}
.BgClassName
{
background-color: #07212B;
}
</style>
border-color css
<style>
span { border-color: #07212B; }
span { border-color: rgb(7,33,43); }
td.TdClassName
{
border-color: #07212B;
}
.TagClassName
{
border-color: #07212B;
}
</style>