Shades of Black Pearl #07181E
Tints of Black Pearl #07181E
RGB
CMYK
RGB Variations
Color information
#07181E (or 0x07181E) is known color: Black Pearl. HEX triplet: 07, 18 and 1E. RGB value is (7,24,30). Sum of RGB (Red+Green+Blue) = 7+24+30=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #07181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07181E is #F8E7E1. Grayscale: #131313. Windows color (decimal): -16312290 or 1972231. OLE color: 1972231.
HSL color Cylindrical-coordinate representation of color #07181E: hue angle of 195.65º degrees, saturation: 0.62, 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 #07181E is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 24 | 30 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.88 |
| HSL | 195.65º | 0.62% | 0.07% | - |
| HSV(B) | 195.65º | 0.77% | 0.12% | - |
| XYZ | 0.65 | 0.79 | 1.35 | - |
| YUV | 19.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 30 | 0.77 | 0.20 | 0 | 0.88 | 195.65 | 0.62 | 0.07 |
| Hex | 7 | 18 | 1E | 4D | 14 | 0 | 58 | C4 | 3E | 7 |
| Octal | 7 | 30 | 36 | 115 | 24 | 0 | 130 | 304 | 76 | 7 |
| Binary | 111 | 11000 | 11110 | 1001101 | 10100 | 0 | 1011000 | 11000100 | 111110 | 111 |
Color Harmonies of #07181E
Complementary color
Monochromatic Colors of #07181E
Black with #07181E
Text Example
Text Example
White with #07181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07181E; }
p { color: rgb(7,24,30); }
H1.HeaderClassName
{
color: #07181E;
}
.AnyTagClassName
{
color: #07181E;
}
</style>
background-color css
<style>
a { background-color: #07181E; }
a { background-color: rgb(7,24,30); }
div.DivClassName
{
background-color: #07181E;
}
.BgClassName
{
background-color: #07181E;
}
</style>
border-color css
<style>
span { border-color: #07181E; }
span { border-color: rgb(7,24,30); }
td.TdClassName
{
border-color: #07181E;
}
.TagClassName
{
border-color: #07181E;
}
</style>