Shades of Black Pearl #091A2D
Tints of Black Pearl #091A2D
RGB
CMYK
RGB Variations
Color information
#091A2D (or 0x091A2D) is known color: Black Pearl. HEX triplet: 09, 1A and 2D. RGB value is (9,26,45). Sum of RGB (Red+Green+Blue) = 9+26+45=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #091A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A2D is #F6E5D2. Grayscale: #161616. Windows color (decimal): -16180691 or 2955785. OLE color: 2955785.
HSL color Cylindrical-coordinate representation of color #091A2D: hue angle of 211.67º 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 #091A2D is Cyan = 0.8, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 9 | 26 | 45 | - |
CMYK | 0.8 | 0.42 | 0 | 0.82 |
HSL | 211.67º | 0.67% | 0.11% | - |
HSV(B) | 211.67º | 0.8% | 0.18% | - |
XYZ | 0.96 | 0.99 | 2.62 | - |
YUV | 23.08 | 140.37 | 117.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 26 | 45 | 0.8 | 0.42 | 0 | 0.82 | 211.67 | 0.67 | 0.11 |
Hex | 9 | 1A | 2D | 50 | 2A | 0 | 52 | D4 | 43 | B |
Octal | 11 | 32 | 55 | 120 | 52 | 0 | 122 | 324 | 103 | 13 |
Binary | 1001 | 11010 | 101101 | 1010000 | 101010 | 0 | 1010010 | 11010100 | 1000011 | 1011 |
Color Harmonies of #091A2D
Complementary color
Monochromatic Colors of #091A2D
Black with #091A2D
Text Example
Text Example
White with #091A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A2D; }
p { color: rgb(9,26,45); }
H1.HeaderClassName
{
color: #091A2D;
}
.AnyTagClassName
{
color: #091A2D;
}
</style>
background-color css
<style>
a { background-color: #091A2D; }
a { background-color: rgb(9,26,45); }
div.DivClassName
{
background-color: #091A2D;
}
.BgClassName
{
background-color: #091A2D;
}
</style>
border-color css
<style>
span { border-color: #091A2D; }
span { border-color: rgb(9,26,45); }
td.TdClassName
{
border-color: #091A2D;
}
.TagClassName
{
border-color: #091A2D;
}
</style>