Shades of Black Pearl #071C23
Tints of Black Pearl #071C23
RGB
CMYK
RGB Variations
Color information
#071C23 (or 0x071C23) is known color: Black Pearl. HEX triplet: 07, 1C and 23. RGB value is (7,28,35). Sum of RGB (Red+Green+Blue) = 7+28+35=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 28 (11.33% from 255 or 40% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #071C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071C23 is #F8E3DC. Grayscale: #161616. Windows color (decimal): -16311261 or 2300935. OLE color: 2300935.
HSL color Cylindrical-coordinate representation of color #071C23: hue angle of 195º 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 #071C23 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 28 | 35 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.86 |
| HSL | 195º | 0.67% | 0.08% | - |
| HSV(B) | 195º | 0.8% | 0.14% | - |
| XYZ | 0.81 | 1 | 1.74 | - |
| YUV | 22.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 35 | 0.80 | 0.20 | 0 | 0.86 | 195 | 0.67 | 0.08 |
| Hex | 7 | 1C | 23 | 50 | 14 | 0 | 56 | C3 | 43 | 8 |
| Octal | 7 | 34 | 43 | 120 | 24 | 0 | 126 | 303 | 103 | 10 |
| Binary | 111 | 11100 | 100011 | 1010000 | 10100 | 0 | 1010110 | 11000011 | 1000011 | 1000 |
Color Harmonies of #071C23
Complementary color
Monochromatic Colors of #071C23
Black with #071C23
Text Example
Text Example
White with #071C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C23; }
p { color: rgb(7,28,35); }
H1.HeaderClassName
{
color: #071C23;
}
.AnyTagClassName
{
color: #071C23;
}
</style>
background-color css
<style>
a { background-color: #071C23; }
a { background-color: rgb(7,28,35); }
div.DivClassName
{
background-color: #071C23;
}
.BgClassName
{
background-color: #071C23;
}
</style>
border-color css
<style>
span { border-color: #071C23; }
span { border-color: rgb(7,28,35); }
td.TdClassName
{
border-color: #071C23;
}
.TagClassName
{
border-color: #071C23;
}
</style>