Shades of Black Pearl #071421
Tints of Black Pearl #071421
RGB
CMYK
RGB Variations
Color information
#071421 (or 0x071421) is known color: Black Pearl. HEX triplet: 07, 14 and 21. RGB value is (7,20,33). Sum of RGB (Red+Green+Blue) = 7+20+33=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #071421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071421 is #F8EBDE. Grayscale: #111111. Windows color (decimal): -16313311 or 2167815. OLE color: 2167815.
HSL color Cylindrical-coordinate representation of color #071421: hue angle of 210º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #071421 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 7 | 20 | 33 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.87 |
| HSL | 210º | 0.65% | 0.08% | - |
| HSV(B) | 210º | 0.79% | 0.13% | - |
| XYZ | 0.61 | 0.66 | 1.53 | - |
| YUV | 17.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 33 | 0.79 | 0.39 | 0 | 0.87 | 210 | 0.65 | 0.08 |
| Hex | 7 | 14 | 21 | 4F | 27 | 0 | 57 | D2 | 41 | 8 |
| Octal | 7 | 24 | 41 | 117 | 47 | 0 | 127 | 322 | 101 | 10 |
| Binary | 111 | 10100 | 100001 | 1001111 | 100111 | 0 | 1010111 | 11010010 | 1000001 | 1000 |
Color Harmonies of #071421
Complementary color
Monochromatic Colors of #071421
Black with #071421
Text Example
Text Example
White with #071421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071421; }
p { color: rgb(7,20,33); }
H1.HeaderClassName
{
color: #071421;
}
.AnyTagClassName
{
color: #071421;
}
</style>
background-color css
<style>
a { background-color: #071421; }
a { background-color: rgb(7,20,33); }
div.DivClassName
{
background-color: #071421;
}
.BgClassName
{
background-color: #071421;
}
</style>
border-color css
<style>
span { border-color: #071421; }
span { border-color: rgb(7,20,33); }
td.TdClassName
{
border-color: #071421;
}
.TagClassName
{
border-color: #071421;
}
</style>