Shades of Black Pearl #071523
Tints of Black Pearl #071523
RGB
CMYK
RGB Variations
Color information
#071523 (or 0x071523) is known color: Black Pearl. HEX triplet: 07, 15 and 23. RGB value is (7,21,35). Sum of RGB (Red+Green+Blue) = 7+21+35=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #071523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071523 is #F8EADC. Grayscale: #121212. Windows color (decimal): -16313053 or 2299143. OLE color: 2299143.
HSL color Cylindrical-coordinate representation of color #071523: hue angle of 210º 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 #071523 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 21 | 35 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.86 |
| HSL | 210º | 0.67% | 0.08% | - |
| HSV(B) | 210º | 0.8% | 0.14% | - |
| XYZ | 0.66 | 0.7 | 1.69 | - |
| YUV | 18.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 35 | 0.80 | 0.40 | 0 | 0.86 | 210 | 0.67 | 0.08 |
| Hex | 7 | 15 | 23 | 50 | 28 | 0 | 56 | D2 | 43 | 8 |
| Octal | 7 | 25 | 43 | 120 | 50 | 0 | 126 | 322 | 103 | 10 |
| Binary | 111 | 10101 | 100011 | 1010000 | 101000 | 0 | 1010110 | 11010010 | 1000011 | 1000 |
Color Harmonies of #071523
Complementary color
Monochromatic Colors of #071523
Black with #071523
Text Example
Text Example
White with #071523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071523; }
p { color: rgb(7,21,35); }
H1.HeaderClassName
{
color: #071523;
}
.AnyTagClassName
{
color: #071523;
}
</style>
background-color css
<style>
a { background-color: #071523; }
a { background-color: rgb(7,21,35); }
div.DivClassName
{
background-color: #071523;
}
.BgClassName
{
background-color: #071523;
}
</style>
border-color css
<style>
span { border-color: #071523; }
span { border-color: rgb(7,21,35); }
td.TdClassName
{
border-color: #071523;
}
.TagClassName
{
border-color: #071523;
}
</style>