Shades of Black Pearl #091A30
Tints of Black Pearl #091A30
RGB
CMYK
RGB Variations
Color information
#091A30 (or 0x091A30) is known color: Black Pearl. HEX triplet: 09, 1A and 30. RGB value is (9,26,48). Sum of RGB (Red+Green+Blue) = 9+26+48=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #091A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A30 is #F6E5CF. Grayscale: #171717. Windows color (decimal): -16180688 or 3152393. OLE color: 3152393.
HSL color Cylindrical-coordinate representation of color #091A30: hue angle of 213.85º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #091A30 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 9 | 26 | 48 | - |
CMYK | 0.81 | 0.46 | 0 | 0.81 |
HSL | 213.85º | 0.68% | 0.11% | - |
HSV(B) | 213.85º | 0.81% | 0.19% | - |
XYZ | 1.02 | 1.01 | 2.94 | - |
YUV | 23.43 | 141.87 | 117.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 26 | 48 | 0.81 | 0.46 | 0 | 0.81 | 213.85 | 0.68 | 0.11 |
Hex | 9 | 1A | 30 | 51 | 2E | 0 | 51 | D6 | 44 | B |
Octal | 11 | 32 | 60 | 121 | 56 | 0 | 121 | 326 | 104 | 13 |
Binary | 1001 | 11010 | 110000 | 1010001 | 101110 | 0 | 1010001 | 11010110 | 1000100 | 1011 |
Color Harmonies of #091A30
Complementary color
Monochromatic Colors of #091A30
Black with #091A30
Text Example
Text Example
White with #091A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A30; }
p { color: rgb(9,26,48); }
H1.HeaderClassName
{
color: #091A30;
}
.AnyTagClassName
{
color: #091A30;
}
</style>
background-color css
<style>
a { background-color: #091A30; }
a { background-color: rgb(9,26,48); }
div.DivClassName
{
background-color: #091A30;
}
.BgClassName
{
background-color: #091A30;
}
</style>
border-color css
<style>
span { border-color: #091A30; }
span { border-color: rgb(9,26,48); }
td.TdClassName
{
border-color: #091A30;
}
.TagClassName
{
border-color: #091A30;
}
</style>