Shades of Black Pearl #091925
Tints of Black Pearl #091925
RGB
CMYK
RGB Variations
Color information
#091925 (or 0x091925) is known color: Black Pearl. HEX triplet: 09, 19 and 25. RGB value is (9,25,37). Sum of RGB (Red+Green+Blue) = 9+25+37=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #091925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091925 is #F6E6DA. Grayscale: #151515. Windows color (decimal): -16180955 or 2431241. OLE color: 2431241.
HSL color Cylindrical-coordinate representation of color #091925: hue angle of 205.71º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #091925 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 25 | 37 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.85 |
| HSL | 205.71º | 0.61% | 0.09% | - |
| HSV(B) | 205.71º | 0.76% | 0.15% | - |
| XYZ | 0.79 | 0.89 | 1.88 | - |
| YUV | 21.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 37 | 0.76 | 0.32 | 0 | 0.85 | 205.71 | 0.61 | 0.09 |
| Hex | 9 | 19 | 25 | 4C | 20 | 0 | 55 | CE | 3D | 9 |
| Octal | 11 | 31 | 45 | 114 | 40 | 0 | 125 | 316 | 75 | 11 |
| Binary | 1001 | 11001 | 100101 | 1001100 | 100000 | 0 | 1010101 | 11001110 | 111101 | 1001 |
Color Harmonies of #091925
Complementary color
Monochromatic Colors of #091925
Black with #091925
Text Example
Text Example
White with #091925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091925; }
p { color: rgb(9,25,37); }
H1.HeaderClassName
{
color: #091925;
}
.AnyTagClassName
{
color: #091925;
}
</style>
background-color css
<style>
a { background-color: #091925; }
a { background-color: rgb(9,25,37); }
div.DivClassName
{
background-color: #091925;
}
.BgClassName
{
background-color: #091925;
}
</style>
border-color css
<style>
span { border-color: #091925; }
span { border-color: rgb(9,25,37); }
td.TdClassName
{
border-color: #091925;
}
.TagClassName
{
border-color: #091925;
}
</style>