Shades of Black Pearl #09192D
Tints of Black Pearl #09192D
RGB
CMYK
RGB Variations
Color information
#09192D (or 0x09192D) is known color: Black Pearl. HEX triplet: 09, 19 and 2D. RGB value is (9,25,45). Sum of RGB (Red+Green+Blue) = 9+25+45=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 45 (17.97% from 255 or 56.96% from 79); Max value from RGB is 45 - color contains mainly: blue. Hex color #09192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09192D is #F6E6D2. Grayscale: #161616. Windows color (decimal): -16180947 or 2955529. OLE color: 2955529.
HSL color Cylindrical-coordinate representation of color #09192D: hue angle of 213.33º 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 #09192D is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 25 | 45 | - |
| CMYK | 0.8 | 0.44 | 0 | 0.82 |
| HSL | 213.33º | 0.67% | 0.11% | - |
| HSV(B) | 213.33º | 0.8% | 0.18% | - |
| XYZ | 0.93 | 0.94 | 2.62 | - |
| YUV | 22.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 45 | 0.8 | 0.44 | 0 | 0.82 | 213.33 | 0.67 | 0.11 |
| Hex | 9 | 19 | 2D | 50 | 2C | 0 | 52 | D5 | 43 | B |
| Octal | 11 | 31 | 55 | 120 | 54 | 0 | 122 | 325 | 103 | 13 |
| Binary | 1001 | 11001 | 101101 | 1010000 | 101100 | 0 | 1010010 | 11010101 | 1000011 | 1011 |
Color Harmonies of #09192D
Complementary color
Monochromatic Colors of #09192D
Black with #09192D
Text Example
Text Example
White with #09192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09192D; }
p { color: rgb(9,25,45); }
H1.HeaderClassName
{
color: #09192D;
}
.AnyTagClassName
{
color: #09192D;
}
</style>
background-color css
<style>
a { background-color: #09192D; }
a { background-color: rgb(9,25,45); }
div.DivClassName
{
background-color: #09192D;
}
.BgClassName
{
background-color: #09192D;
}
</style>
border-color css
<style>
span { border-color: #09192D; }
span { border-color: rgb(9,25,45); }
td.TdClassName
{
border-color: #09192D;
}
.TagClassName
{
border-color: #09192D;
}
</style>