Shades of Black Pearl #091A28
Tints of Black Pearl #091A28
RGB
CMYK
RGB Variations
Color information
#091A28 (or 0x091A28) is known color: Black Pearl. HEX triplet: 09, 1A and 28. RGB value is (9,26,40). Sum of RGB (Red+Green+Blue) = 9+26+40=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 40 (16.02% from 255 or 53.33% from 75); Max value from RGB is 40 - color contains mainly: blue. Hex color #091A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A28 is #F6E5D7. Grayscale: #161616. Windows color (decimal): -16180696 or 2628105. OLE color: 2628105.
HSL color Cylindrical-coordinate representation of color #091A28: hue angle of 207.1º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #091A28 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 26 | 40 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.84 |
| HSL | 207.1º | 0.63% | 0.1% | - |
| HSV(B) | 207.1º | 0.78% | 0.16% | - |
| XYZ | 0.87 | 0.95 | 2.15 | - |
| YUV | 22.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 40 | 0.78 | 0.35 | 0 | 0.84 | 207.1 | 0.63 | 0.1 |
| Hex | 9 | 1A | 28 | 4E | 23 | 0 | 54 | CF | 3F | A |
| Octal | 11 | 32 | 50 | 116 | 43 | 0 | 124 | 317 | 77 | 12 |
| Binary | 1001 | 11010 | 101000 | 1001110 | 100011 | 0 | 1010100 | 11001111 | 111111 | 1010 |
Color Harmonies of #091A28
Complementary color
Monochromatic Colors of #091A28
Black with #091A28
Text Example
Text Example
White with #091A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A28; }
p { color: rgb(9,26,40); }
H1.HeaderClassName
{
color: #091A28;
}
.AnyTagClassName
{
color: #091A28;
}
</style>
background-color css
<style>
a { background-color: #091A28; }
a { background-color: rgb(9,26,40); }
div.DivClassName
{
background-color: #091A28;
}
.BgClassName
{
background-color: #091A28;
}
</style>
border-color css
<style>
span { border-color: #091A28; }
span { border-color: rgb(9,26,40); }
td.TdClassName
{
border-color: #091A28;
}
.TagClassName
{
border-color: #091A28;
}
</style>