Shades of Black Pearl #071323
Tints of Black Pearl #071323
RGB
CMYK
RGB Variations
Color information
#071323 (or 0x071323) is known color: Black Pearl. HEX triplet: 07, 13 and 23. RGB value is (7,19,35). Sum of RGB (Red+Green+Blue) = 7+19+35=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #071323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071323 is #F8ECDC. Grayscale: #111111. Windows color (decimal): -16313565 or 2298631. OLE color: 2298631.
HSL color Cylindrical-coordinate representation of color #071323: hue angle of 214.29º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #071323 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 19 | 35 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.86 |
| HSL | 214.29º | 0.67% | 0.08% | - |
| HSV(B) | 214.29º | 0.8% | 0.14% | - |
| XYZ | 0.62 | 0.63 | 1.68 | - |
| YUV | 17.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 35 | 0.80 | 0.46 | 0 | 0.86 | 214.29 | 0.67 | 0.08 |
| Hex | 7 | 13 | 23 | 50 | 2E | 0 | 56 | D6 | 43 | 8 |
| Octal | 7 | 23 | 43 | 120 | 56 | 0 | 126 | 326 | 103 | 10 |
| Binary | 111 | 10011 | 100011 | 1010000 | 101110 | 0 | 1010110 | 11010110 | 1000011 | 1000 |
Color Harmonies of #071323
Complementary color
Monochromatic Colors of #071323
Black with #071323
Text Example
Text Example
White with #071323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071323; }
p { color: rgb(7,19,35); }
H1.HeaderClassName
{
color: #071323;
}
.AnyTagClassName
{
color: #071323;
}
</style>
background-color css
<style>
a { background-color: #071323; }
a { background-color: rgb(7,19,35); }
div.DivClassName
{
background-color: #071323;
}
.BgClassName
{
background-color: #071323;
}
</style>
border-color css
<style>
span { border-color: #071323; }
span { border-color: rgb(7,19,35); }
td.TdClassName
{
border-color: #071323;
}
.TagClassName
{
border-color: #071323;
}
</style>