Shades of Black Pearl #071A35
Tints of Black Pearl #071A35
RGB
CMYK
RGB Variations
Color information
#071A35 (or 0x071A35) is known color: Black Pearl. HEX triplet: 07, 1A and 35. RGB value is (7,26,53). Sum of RGB (Red+Green+Blue) = 7+26+53=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 53 (21.09% from 255 or 61.63% from 86); Max value from RGB is 53 - color contains mainly: blue. Hex color #071A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A35 is #F8E5CA. Grayscale: #171717. Windows color (decimal): -16311755 or 3480071. OLE color: 3480071.
HSL color Cylindrical-coordinate representation of color #071A35: hue angle of 215.22º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #071A35 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 26 | 53 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.79 |
| HSL | 215.22º | 0.77% | 0.12% | - |
| HSV(B) | 215.22º | 0.87% | 0.21% | - |
| XYZ | 1.1 | 1.04 | 3.51 | - |
| YUV | 23.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 53 | 0.87 | 0.51 | 0 | 0.79 | 215.22 | 0.77 | 0.12 |
| Hex | 7 | 1A | 35 | 57 | 33 | 0 | 4F | D7 | 4D | C |
| Octal | 7 | 32 | 65 | 127 | 63 | 0 | 117 | 327 | 115 | 14 |
| Binary | 111 | 11010 | 110101 | 1010111 | 110011 | 0 | 1001111 | 11010111 | 1001101 | 1100 |
Color Harmonies of #071A35
Complementary color
Monochromatic Colors of #071A35
Black with #071A35
Text Example
Text Example
White with #071A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A35; }
p { color: rgb(7,26,53); }
H1.HeaderClassName
{
color: #071A35;
}
.AnyTagClassName
{
color: #071A35;
}
</style>
background-color css
<style>
a { background-color: #071A35; }
a { background-color: rgb(7,26,53); }
div.DivClassName
{
background-color: #071A35;
}
.BgClassName
{
background-color: #071A35;
}
</style>
border-color css
<style>
span { border-color: #071A35; }
span { border-color: rgb(7,26,53); }
td.TdClassName
{
border-color: #071A35;
}
.TagClassName
{
border-color: #071A35;
}
</style>