Shades of Black Pearl #09272E
Tints of Black Pearl #09272E
RGB
CMYK
RGB Variations
Color information
#09272E (or 0x09272E) is known color: Black Pearl. HEX triplet: 09, 27 and 2E. RGB value is (9,39,46). Sum of RGB (Red+Green+Blue) = 9+39+46=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #09272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09272E is #F6D8D1. Grayscale: #1E1E1E. Windows color (decimal): -16177362 or 3024649. OLE color: 3024649.
HSL color Cylindrical-coordinate representation of color #09272E: hue angle of 191.35º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09272E is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 39 | 46 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.82 |
| HSL | 191.35º | 0.67% | 0.11% | - |
| HSV(B) | 191.35º | 0.8% | 0.18% | - |
| XYZ | 1.33 | 1.71 | 2.84 | - |
| YUV | 30.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 46 | 0.80 | 0.15 | 0 | 0.82 | 191.35 | 0.67 | 0.11 |
| Hex | 9 | 27 | 2E | 50 | F | 0 | 52 | BF | 43 | B |
| Octal | 11 | 47 | 56 | 120 | 17 | 0 | 122 | 277 | 103 | 13 |
| Binary | 1001 | 100111 | 101110 | 1010000 | 1111 | 0 | 1010010 | 10111111 | 1000011 | 1011 |
Color Harmonies of #09272E
Complementary color
Monochromatic Colors of #09272E
Black with #09272E
Text Example
Text Example
White with #09272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09272E; }
p { color: rgb(9,39,46); }
H1.HeaderClassName
{
color: #09272E;
}
.AnyTagClassName
{
color: #09272E;
}
</style>
background-color css
<style>
a { background-color: #09272E; }
a { background-color: rgb(9,39,46); }
div.DivClassName
{
background-color: #09272E;
}
.BgClassName
{
background-color: #09272E;
}
</style>
border-color css
<style>
span { border-color: #09272E; }
span { border-color: rgb(9,39,46); }
td.TdClassName
{
border-color: #09272E;
}
.TagClassName
{
border-color: #09272E;
}
</style>