Shades of Black Pearl #090B0C
Tints of Black Pearl #090B0C
RGB
CMYK
RGB Variations
Color information
#090B0C (or 0x090B0C) is known color: Black Pearl. HEX triplet: 09, 0B and 0C. RGB value is (9,11,12). Sum of RGB (Red+Green+Blue) = 9+11+12=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 12 - color contains mainly: blue. Hex color #090B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B0C is #F6F4F3. Grayscale: #0A0A0A. Windows color (decimal): -16184564 or 789257. OLE color: 789257.
HSL color Cylindrical-coordinate representation of color #090B0C: hue angle of 200º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #090B0C is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 11 | 12 | - |
CMYK | 0.25 | 0.08 | 0 | 0.95 |
HSL | 200º | 0.14% | 0.04% | - |
HSV(B) | 200º | 0.25% | 0.05% | - |
XYZ | 0.3 | 0.32 | 0.39 | - |
YUV | 10.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 11 | 12 | 0.25 | 0.08 | 0 | 0.95 | 200 | 0.14 | 0.04 |
Hex | 9 | B | C | 19 | 8 | 0 | 5F | C8 | E | 4 |
Octal | 11 | 13 | 14 | 31 | 10 | 0 | 137 | 310 | 16 | 4 |
Binary | 1001 | 1011 | 1100 | 11001 | 1000 | 0 | 1011111 | 11001000 | 1110 | 100 |
Color Harmonies of #090B0C
Complementary color
Monochromatic Colors of #090B0C
Black with #090B0C
Text Example
Text Example
White with #090B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B0C; }
p { color: rgb(9,11,12); }
H1.HeaderClassName
{
color: #090B0C;
}
.AnyTagClassName
{
color: #090B0C;
}
</style>
background-color css
<style>
a { background-color: #090B0C; }
a { background-color: rgb(9,11,12); }
div.DivClassName
{
background-color: #090B0C;
}
.BgClassName
{
background-color: #090B0C;
}
</style>
border-color css
<style>
span { border-color: #090B0C; }
span { border-color: rgb(9,11,12); }
td.TdClassName
{
border-color: #090B0C;
}
.TagClassName
{
border-color: #090B0C;
}
</style>