Shades of Black Pearl #071A23
Tints of Black Pearl #071A23
RGB
CMYK
RGB Variations
Color information
#071A23 (or 0x071A23) is known color: Black Pearl. HEX triplet: 07, 1A and 23. RGB value is (7,26,35). Sum of RGB (Red+Green+Blue) = 7+26+35=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 26 (10.55% from 255 or 38.24% from 68); Blue value is 35 (14.06% from 255 or 51.47% from 68); Max value from RGB is 35 - color contains mainly: blue. Hex color #071A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #071A23 is #F8E5DC. Grayscale: #151515. Windows color (decimal): -16311773 or 2300423. OLE color: 2300423.
HSL color Cylindrical-coordinate representation of color #071A23: hue angle of 199.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 #071A23 is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 26 | 35 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.86 |
| HSL | 199.29º | 0.67% | 0.08% | - |
| HSV(B) | 199.29º | 0.8% | 0.14% | - |
| XYZ | 0.76 | 0.91 | 1.72 | - |
| YUV | 21.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 35 | 0.80 | 0.26 | 0 | 0.86 | 199.29 | 0.67 | 0.08 |
| Hex | 7 | 1A | 23 | 50 | 1A | 0 | 56 | C7 | 43 | 8 |
| Octal | 7 | 32 | 43 | 120 | 32 | 0 | 126 | 307 | 103 | 10 |
| Binary | 111 | 11010 | 100011 | 1010000 | 11010 | 0 | 1010110 | 11000111 | 1000011 | 1000 |
Color Harmonies of #071A23
Complementary color
Monochromatic Colors of #071A23
Black with #071A23
Text Example
Text Example
White with #071A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A23; }
p { color: rgb(7,26,35); }
H1.HeaderClassName
{
color: #071A23;
}
.AnyTagClassName
{
color: #071A23;
}
</style>
background-color css
<style>
a { background-color: #071A23; }
a { background-color: rgb(7,26,35); }
div.DivClassName
{
background-color: #071A23;
}
.BgClassName
{
background-color: #071A23;
}
</style>
border-color css
<style>
span { border-color: #071A23; }
span { border-color: rgb(7,26,35); }
td.TdClassName
{
border-color: #071A23;
}
.TagClassName
{
border-color: #071A23;
}
</style>