Shades of Black Pearl #071223
Tints of Black Pearl #071223
RGB
CMYK
RGB Variations
Color information
#071223 (or 0x071223) is known color: Black Pearl. HEX triplet: 07, 12 and 23. RGB value is (7,18,35). Sum of RGB (Red+Green+Blue) = 7+18+35=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #071223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071223 is #F8EDDC. Grayscale: #101010. Windows color (decimal): -16313821 or 2298375. OLE color: 2298375.
HSL color Cylindrical-coordinate representation of color #071223: hue angle of 216.43º 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 #071223 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 18 | 35 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.86 |
| HSL | 216.43º | 0.67% | 0.08% | - |
| HSV(B) | 216.43º | 0.8% | 0.14% | - |
| XYZ | 0.61 | 0.6 | 1.67 | - |
| YUV | 16.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 35 | 0.80 | 0.49 | 0 | 0.86 | 216.43 | 0.67 | 0.08 |
| Hex | 7 | 12 | 23 | 50 | 31 | 0 | 56 | D8 | 43 | 8 |
| Octal | 7 | 22 | 43 | 120 | 61 | 0 | 126 | 330 | 103 | 10 |
| Binary | 111 | 10010 | 100011 | 1010000 | 110001 | 0 | 1010110 | 11011000 | 1000011 | 1000 |
Color Harmonies of #071223
Complementary color
Monochromatic Colors of #071223
Black with #071223
Text Example
Text Example
White with #071223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071223; }
p { color: rgb(7,18,35); }
H1.HeaderClassName
{
color: #071223;
}
.AnyTagClassName
{
color: #071223;
}
</style>
background-color css
<style>
a { background-color: #071223; }
a { background-color: rgb(7,18,35); }
div.DivClassName
{
background-color: #071223;
}
.BgClassName
{
background-color: #071223;
}
</style>
border-color css
<style>
span { border-color: #071223; }
span { border-color: rgb(7,18,35); }
td.TdClassName
{
border-color: #071223;
}
.TagClassName
{
border-color: #071223;
}
</style>