Shades of Black Pearl #09192F
Tints of Black Pearl #09192F
RGB
CMYK
RGB Variations
Color information
#09192F (or 0x09192F) is known color: Black Pearl. HEX triplet: 09, 19 and 2F. RGB value is (9,25,47). Sum of RGB (Red+Green+Blue) = 9+25+47=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #09192F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09192F is #F6E6D0. Grayscale: #161616. Windows color (decimal): -16180945 or 3086601. OLE color: 3086601.
HSL color Cylindrical-coordinate representation of color #09192F: hue angle of 214.74º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09192F is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 25 | 47 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.82 |
| HSL | 214.74º | 0.68% | 0.11% | - |
| HSV(B) | 214.74º | 0.81% | 0.18% | - |
| XYZ | 0.97 | 0.96 | 2.82 | - |
| YUV | 22.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 47 | 0.81 | 0.47 | 0 | 0.82 | 214.74 | 0.68 | 0.11 |
| Hex | 9 | 19 | 2F | 51 | 2F | 0 | 52 | D7 | 44 | B |
| Octal | 11 | 31 | 57 | 121 | 57 | 0 | 122 | 327 | 104 | 13 |
| Binary | 1001 | 11001 | 101111 | 1010001 | 101111 | 0 | 1010010 | 11010111 | 1000100 | 1011 |
Color Harmonies of #09192F
Complementary color
Monochromatic Colors of #09192F
Black with #09192F
Text Example
Text Example
White with #09192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09192F; }
p { color: rgb(9,25,47); }
H1.HeaderClassName
{
color: #09192F;
}
.AnyTagClassName
{
color: #09192F;
}
</style>
background-color css
<style>
a { background-color: #09192F; }
a { background-color: rgb(9,25,47); }
div.DivClassName
{
background-color: #09192F;
}
.BgClassName
{
background-color: #09192F;
}
</style>
border-color css
<style>
span { border-color: #09192F; }
span { border-color: rgb(9,25,47); }
td.TdClassName
{
border-color: #09192F;
}
.TagClassName
{
border-color: #09192F;
}
</style>