Shades of Black Pearl #09272B
Tints of Black Pearl #09272B
RGB
CMYK
RGB Variations
Color information
#09272B (or 0x09272B) is known color: Black Pearl. HEX triplet: 09, 27 and 2B. RGB value is (9,39,43). Sum of RGB (Red+Green+Blue) = 9+39+43=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 39 (15.62% from 255 or 42.86% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 43 - color contains mainly: blue. Hex color #09272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09272B is #F6D8D4. Grayscale: #1E1E1E. Windows color (decimal): -16177365 or 2828041. OLE color: 2828041.
HSL color Cylindrical-coordinate representation of color #09272B: hue angle of 187.06º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09272B is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 39 | 43 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.83 |
| HSL | 187.06º | 0.65% | 0.1% | - |
| HSV(B) | 187.06º | 0.79% | 0.17% | - |
| XYZ | 1.27 | 1.68 | 2.54 | - |
| YUV | 30.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 39 | 43 | 0.79 | 0.09 | 0 | 0.83 | 187.06 | 0.65 | 0.1 |
| Hex | 9 | 27 | 2B | 4F | 9 | 0 | 53 | BB | 41 | A |
| Octal | 11 | 47 | 53 | 117 | 11 | 0 | 123 | 273 | 101 | 12 |
| Binary | 1001 | 100111 | 101011 | 1001111 | 1001 | 0 | 1010011 | 10111011 | 1000001 | 1010 |
Color Harmonies of #09272B
Complementary color
Monochromatic Colors of #09272B
Black with #09272B
Text Example
Text Example
White with #09272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09272B; }
p { color: rgb(9,39,43); }
H1.HeaderClassName
{
color: #09272B;
}
.AnyTagClassName
{
color: #09272B;
}
</style>
background-color css
<style>
a { background-color: #09272B; }
a { background-color: rgb(9,39,43); }
div.DivClassName
{
background-color: #09272B;
}
.BgClassName
{
background-color: #09272B;
}
</style>
border-color css
<style>
span { border-color: #09272B; }
span { border-color: rgb(9,39,43); }
td.TdClassName
{
border-color: #09272B;
}
.TagClassName
{
border-color: #09272B;
}
</style>