Shades of Black Pearl #07272E
Tints of Black Pearl #07272E
RGB
CMYK
RGB Variations
Color information
#07272E (or 0x07272E) is known color: Black Pearl. HEX triplet: 07, 27 and 2E. RGB value is (7,39,46). Sum of RGB (Red+Green+Blue) = 7+39+46=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #07272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07272E is #F8D8D1. Grayscale: #1E1E1E. Windows color (decimal): -16308434 or 3024647. OLE color: 3024647.
HSL color Cylindrical-coordinate representation of color #07272E: hue angle of 190.77º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07272E is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 39 | 46 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.82 |
| HSL | 190.77º | 0.74% | 0.1% | - |
| HSV(B) | 190.77º | 0.85% | 0.18% | - |
| XYZ | 1.31 | 1.69 | 2.84 | - |
| YUV | 30.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 46 | 0.85 | 0.15 | 0 | 0.82 | 190.77 | 0.74 | 0.1 |
| Hex | 7 | 27 | 2E | 55 | F | 0 | 52 | BF | 4A | A |
| Octal | 7 | 47 | 56 | 125 | 17 | 0 | 122 | 277 | 112 | 12 |
| Binary | 111 | 100111 | 101110 | 1010101 | 1111 | 0 | 1010010 | 10111111 | 1001010 | 1010 |
Color Harmonies of #07272E
Complementary color
Monochromatic Colors of #07272E
Black with #07272E
Text Example
Text Example
White with #07272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07272E; }
p { color: rgb(7,39,46); }
H1.HeaderClassName
{
color: #07272E;
}
.AnyTagClassName
{
color: #07272E;
}
</style>
background-color css
<style>
a { background-color: #07272E; }
a { background-color: rgb(7,39,46); }
div.DivClassName
{
background-color: #07272E;
}
.BgClassName
{
background-color: #07272E;
}
</style>
border-color css
<style>
span { border-color: #07272E; }
span { border-color: rgb(7,39,46); }
td.TdClassName
{
border-color: #07272E;
}
.TagClassName
{
border-color: #07272E;
}
</style>