Shades of Black Pearl #071423
Tints of Black Pearl #071423
RGB
CMYK
RGB Variations
Color information
#071423 (or 0x071423) is known color: Black Pearl. HEX triplet: 07, 14 and 23. RGB value is (7,20,35). Sum of RGB (Red+Green+Blue) = 7+20+35=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #071423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071423 is #F8EBDC. Grayscale: #111111. Windows color (decimal): -16313309 or 2298887. OLE color: 2298887.
HSL color Cylindrical-coordinate representation of color #071423: hue angle of 212.14º 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 #071423 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
RGB | 7 | 20 | 35 | - |
CMYK | 0.80 | 0.43 | 0 | 0.86 |
HSL | 212.14º | 0.67% | 0.08% | - |
HSV(B) | 212.14º | 0.8% | 0.14% | - |
XYZ | 0.64 | 0.67 | 1.69 | - |
YUV | 17.82 | 137.69 | 120.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 20 | 35 | 0.80 | 0.43 | 0 | 0.86 | 212.14 | 0.67 | 0.08 |
Hex | 7 | 14 | 23 | 50 | 2B | 0 | 56 | D4 | 43 | 8 |
Octal | 7 | 24 | 43 | 120 | 53 | 0 | 126 | 324 | 103 | 10 |
Binary | 111 | 10100 | 100011 | 1010000 | 101011 | 0 | 1010110 | 11010100 | 1000011 | 1000 |
Color Harmonies of #071423
Complementary color
Monochromatic Colors of #071423
Black with #071423
Text Example
Text Example
White with #071423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071423; }
p { color: rgb(7,20,35); }
H1.HeaderClassName
{
color: #071423;
}
.AnyTagClassName
{
color: #071423;
}
</style>
background-color css
<style>
a { background-color: #071423; }
a { background-color: rgb(7,20,35); }
div.DivClassName
{
background-color: #071423;
}
.BgClassName
{
background-color: #071423;
}
</style>
border-color css
<style>
span { border-color: #071423; }
span { border-color: rgb(7,20,35); }
td.TdClassName
{
border-color: #071423;
}
.TagClassName
{
border-color: #071423;
}
</style>