Shades of Black Pearl #09192A
Tints of Black Pearl #09192A
RGB
CMYK
RGB Variations
Color information
#09192A (or 0x09192A) is known color: Black Pearl. HEX triplet: 09, 19 and 2A. RGB value is (9,25,42). Sum of RGB (Red+Green+Blue) = 9+25+42=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #09192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09192A is #F6E6D5. Grayscale: #161616. Windows color (decimal): -16180950 or 2758921. OLE color: 2758921.
HSL color Cylindrical-coordinate representation of color #09192A: hue angle of 210.91º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #09192A is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 25 | 42 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.84 |
| HSL | 210.91º | 0.65% | 0.1% | - |
| HSV(B) | 210.91º | 0.79% | 0.16% | - |
| XYZ | 0.88 | 0.92 | 2.32 | - |
| YUV | 22.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 42 | 0.79 | 0.40 | 0 | 0.84 | 210.91 | 0.65 | 0.1 |
| Hex | 9 | 19 | 2A | 4F | 28 | 0 | 54 | D3 | 41 | A |
| Octal | 11 | 31 | 52 | 117 | 50 | 0 | 124 | 323 | 101 | 12 |
| Binary | 1001 | 11001 | 101010 | 1001111 | 101000 | 0 | 1010100 | 11010011 | 1000001 | 1010 |
Color Harmonies of #09192A
Complementary color
Monochromatic Colors of #09192A
Black with #09192A
Text Example
Text Example
White with #09192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09192A; }
p { color: rgb(9,25,42); }
H1.HeaderClassName
{
color: #09192A;
}
.AnyTagClassName
{
color: #09192A;
}
</style>
background-color css
<style>
a { background-color: #09192A; }
a { background-color: rgb(9,25,42); }
div.DivClassName
{
background-color: #09192A;
}
.BgClassName
{
background-color: #09192A;
}
</style>
border-color css
<style>
span { border-color: #09192A; }
span { border-color: rgb(9,25,42); }
td.TdClassName
{
border-color: #09192A;
}
.TagClassName
{
border-color: #09192A;
}
</style>