Shades of Black Pearl #09192B
Tints of Black Pearl #09192B
RGB
CMYK
RGB Variations
Color information
#09192B (or 0x09192B) is known color: Black Pearl. HEX triplet: 09, 19 and 2B. RGB value is (9,25,43). Sum of RGB (Red+Green+Blue) = 9+25+43=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #09192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09192B is #F6E6D4. Grayscale: #161616. Windows color (decimal): -16180949 or 2824457. OLE color: 2824457.
HSL color Cylindrical-coordinate representation of color #09192B: hue angle of 211.76º 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 #09192B is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 9 | 25 | 43 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.83 |
| HSL | 211.76º | 0.65% | 0.1% | - |
| HSV(B) | 211.76º | 0.79% | 0.17% | - |
| XYZ | 0.9 | 0.93 | 2.42 | - |
| YUV | 22.27 | 139.7 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 43 | 0.79 | 0.42 | 0 | 0.83 | 211.76 | 0.65 | 0.1 |
| Hex | 9 | 19 | 2B | 4F | 2A | 0 | 53 | D4 | 41 | A |
| Octal | 11 | 31 | 53 | 117 | 52 | 0 | 123 | 324 | 101 | 12 |
| Binary | 1001 | 11001 | 101011 | 1001111 | 101010 | 0 | 1010011 | 11010100 | 1000001 | 1010 |
Color Harmonies of #09192B
Complementary color
Monochromatic Colors of #09192B
Black with #09192B
Text Example
Text Example
White with #09192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09192B; }
p { color: rgb(9,25,43); }
H1.HeaderClassName
{
color: #09192B;
}
.AnyTagClassName
{
color: #09192B;
}
</style>
background-color css
<style>
a { background-color: #09192B; }
a { background-color: rgb(9,25,43); }
div.DivClassName
{
background-color: #09192B;
}
.BgClassName
{
background-color: #09192B;
}
</style>
border-color css
<style>
span { border-color: #09192B; }
span { border-color: rgb(9,25,43); }
td.TdClassName
{
border-color: #09192B;
}
.TagClassName
{
border-color: #09192B;
}
</style>