Shades of Black Pearl #07181F
Tints of Black Pearl #07181F
RGB
CMYK
RGB Variations
Color information
#07181F (or 0x07181F) is known color: Black Pearl. HEX triplet: 07, 18 and 1F. RGB value is (7,24,31). Sum of RGB (Red+Green+Blue) = 7+24+31=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 31 (12.5% from 255 or 50% from 62); Max value from RGB is 31 - color contains mainly: blue. Hex color #07181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07181F is #F8E7E0. Grayscale: #131313. Windows color (decimal): -16312289 or 2037767. OLE color: 2037767.
HSL color Cylindrical-coordinate representation of color #07181F: hue angle of 197.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07181F is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 24 | 31 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.88 |
| HSL | 197.5º | 0.63% | 0.07% | - |
| HSV(B) | 197.5º | 0.77% | 0.12% | - |
| XYZ | 0.66 | 0.8 | 1.42 | - |
| YUV | 19.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 31 | 0.77 | 0.23 | 0 | 0.88 | 197.5 | 0.63 | 0.07 |
| Hex | 7 | 18 | 1F | 4D | 17 | 0 | 58 | C6 | 3F | 7 |
| Octal | 7 | 30 | 37 | 115 | 27 | 0 | 130 | 306 | 77 | 7 |
| Binary | 111 | 11000 | 11111 | 1001101 | 10111 | 0 | 1011000 | 11000110 | 111111 | 111 |
Color Harmonies of #07181F
Complementary color
Monochromatic Colors of #07181F
Black with #07181F
Text Example
Text Example
White with #07181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07181F; }
p { color: rgb(7,24,31); }
H1.HeaderClassName
{
color: #07181F;
}
.AnyTagClassName
{
color: #07181F;
}
</style>
background-color css
<style>
a { background-color: #07181F; }
a { background-color: rgb(7,24,31); }
div.DivClassName
{
background-color: #07181F;
}
.BgClassName
{
background-color: #07181F;
}
</style>
border-color css
<style>
span { border-color: #07181F; }
span { border-color: rgb(7,24,31); }
td.TdClassName
{
border-color: #07181F;
}
.TagClassName
{
border-color: #07181F;
}
</style>