Shades of Black Pearl #09272C
Tints of Black Pearl #09272C
RGB
CMYK
RGB Variations
Color information
#09272C (or 0x09272C) is known color: Black Pearl. HEX triplet: 09, 27 and 2C. RGB value is (9,39,44). Sum of RGB (Red+Green+Blue) = 9+39+44=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 44 (17.58% from 255 or 47.83% from 92); Max value from RGB is 44 - color contains mainly: blue. Hex color #09272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09272C is #F6D8D3. Grayscale: #1E1E1E. Windows color (decimal): -16177364 or 2893577. OLE color: 2893577.
HSL color Cylindrical-coordinate representation of color #09272C: hue angle of 188.57º degrees, saturation: 0.66, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09272C is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 39 | 44 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.83 |
| HSL | 188.57º | 0.66% | 0.1% | - |
| HSV(B) | 188.57º | 0.8% | 0.17% | - |
| XYZ | 1.29 | 1.69 | 2.64 | - |
| YUV | 30.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 44 | 0.80 | 0.11 | 0 | 0.83 | 188.57 | 0.66 | 0.1 |
| Hex | 9 | 27 | 2C | 50 | B | 0 | 53 | BD | 42 | A |
| Octal | 11 | 47 | 54 | 120 | 13 | 0 | 123 | 275 | 102 | 12 |
| Binary | 1001 | 100111 | 101100 | 1010000 | 1011 | 0 | 1010011 | 10111101 | 1000010 | 1010 |
Color Harmonies of #09272C
Complementary color
Monochromatic Colors of #09272C
Black with #09272C
Text Example
Text Example
White with #09272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09272C; }
p { color: rgb(9,39,44); }
H1.HeaderClassName
{
color: #09272C;
}
.AnyTagClassName
{
color: #09272C;
}
</style>
background-color css
<style>
a { background-color: #09272C; }
a { background-color: rgb(9,39,44); }
div.DivClassName
{
background-color: #09272C;
}
.BgClassName
{
background-color: #09272C;
}
</style>
border-color css
<style>
span { border-color: #09272C; }
span { border-color: rgb(9,39,44); }
td.TdClassName
{
border-color: #09272C;
}
.TagClassName
{
border-color: #09272C;
}
</style>