Shades of Black Pearl #071B35
Tints of Black Pearl #071B35
RGB
CMYK
RGB Variations
Color information
#071B35 (or 0x071B35) is known color: Black Pearl. HEX triplet: 07, 1B and 35. RGB value is (7,27,53). Sum of RGB (Red+Green+Blue) = 7+27+53=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #071B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071B35 is #F8E4CA. Grayscale: #171717. Windows color (decimal): -16311499 or 3480327. OLE color: 3480327.
HSL color Cylindrical-coordinate representation of color #071B35: hue angle of 213.91º 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 #071B35 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 27 | 53 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.79 |
| HSL | 213.91º | 0.77% | 0.12% | - |
| HSV(B) | 213.91º | 0.87% | 0.21% | - |
| XYZ | 1.12 | 1.09 | 3.52 | - |
| YUV | 23.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 27 | 53 | 0.87 | 0.49 | 0 | 0.79 | 213.91 | 0.77 | 0.12 |
| Hex | 7 | 1B | 35 | 57 | 31 | 0 | 4F | D6 | 4D | C |
| Octal | 7 | 33 | 65 | 127 | 61 | 0 | 117 | 326 | 115 | 14 |
| Binary | 111 | 11011 | 110101 | 1010111 | 110001 | 0 | 1001111 | 11010110 | 1001101 | 1100 |
Color Harmonies of #071B35
Complementary color
Monochromatic Colors of #071B35
Black with #071B35
Text Example
Text Example
White with #071B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071B35; }
p { color: rgb(7,27,53); }
H1.HeaderClassName
{
color: #071B35;
}
.AnyTagClassName
{
color: #071B35;
}
</style>
background-color css
<style>
a { background-color: #071B35; }
a { background-color: rgb(7,27,53); }
div.DivClassName
{
background-color: #071B35;
}
.BgClassName
{
background-color: #071B35;
}
</style>
border-color css
<style>
span { border-color: #071B35; }
span { border-color: rgb(7,27,53); }
td.TdClassName
{
border-color: #071B35;
}
.TagClassName
{
border-color: #071B35;
}
</style>