Shades of Black Pearl #071428
Tints of Black Pearl #071428
RGB
CMYK
RGB Variations
Color information
#071428 (or 0x071428) is known color: Black Pearl. HEX triplet: 07, 14 and 28. RGB value is (7,20,40). Sum of RGB (Red+Green+Blue) = 7+20+40=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #071428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071428 is #F8EBD7. Grayscale: #121212. Windows color (decimal): -16313304 or 2626567. OLE color: 2626567.
HSL color Cylindrical-coordinate representation of color #071428: hue angle of 216.36º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #071428 is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 20 | 40 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.84 |
| HSL | 216.36º | 0.7% | 0.09% | - |
| HSV(B) | 216.36º | 0.83% | 0.16% | - |
| XYZ | 0.72 | 0.7 | 2.1 | - |
| YUV | 18.39 | 140.19 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 40 | 0.83 | 0.5 | 0 | 0.84 | 216.36 | 0.7 | 0.09 |
| Hex | 7 | 14 | 28 | 53 | 32 | 0 | 54 | D8 | 46 | 9 |
| Octal | 7 | 24 | 50 | 123 | 62 | 0 | 124 | 330 | 106 | 11 |
| Binary | 111 | 10100 | 101000 | 1010011 | 110010 | 0 | 1010100 | 11011000 | 1000110 | 1001 |
Color Harmonies of #071428
Complementary color
Monochromatic Colors of #071428
Black with #071428
Text Example
Text Example
White with #071428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071428; }
p { color: rgb(7,20,40); }
H1.HeaderClassName
{
color: #071428;
}
.AnyTagClassName
{
color: #071428;
}
</style>
background-color css
<style>
a { background-color: #071428; }
a { background-color: rgb(7,20,40); }
div.DivClassName
{
background-color: #071428;
}
.BgClassName
{
background-color: #071428;
}
</style>
border-color css
<style>
span { border-color: #071428; }
span { border-color: rgb(7,20,40); }
td.TdClassName
{
border-color: #071428;
}
.TagClassName
{
border-color: #071428;
}
</style>