Shades of Black Pearl #080B0C
Tints of Black Pearl #080B0C
RGB
CMYK
RGB Variations
Color information
#080B0C (or 0x080B0C) is known color: Black Pearl. HEX triplet: 08, 0B and 0C. RGB value is (8,11,12). Sum of RGB (Red+Green+Blue) = 8+11+12=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 12 - color contains mainly: blue. Hex color #080B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B0C is #F7F4F3. Grayscale: #0A0A0A. Windows color (decimal): -16250100 or 789256. OLE color: 789256.
HSL color Cylindrical-coordinate representation of color #080B0C: hue angle of 195º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #080B0C is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 11 | 12 | - |
CMYK | 0.33 | 0.08 | 0 | 0.95 |
HSL | 195º | 0.2% | 0.04% | - |
HSV(B) | 195º | 0.33% | 0.05% | - |
XYZ | 0.29 | 0.32 | 0.39 | - |
YUV | 10.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 11 | 12 | 0.33 | 0.08 | 0 | 0.95 | 195 | 0.2 | 0.04 |
Hex | 8 | B | C | 21 | 8 | 0 | 5F | C3 | 14 | 4 |
Octal | 10 | 13 | 14 | 41 | 10 | 0 | 137 | 303 | 24 | 4 |
Binary | 1000 | 1011 | 1100 | 100001 | 1000 | 0 | 1011111 | 11000011 | 10100 | 100 |
Color Harmonies of #080B0C
Complementary color
Monochromatic Colors of #080B0C
Black with #080B0C
Text Example
Text Example
White with #080B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B0C; }
p { color: rgb(8,11,12); }
H1.HeaderClassName
{
color: #080B0C;
}
.AnyTagClassName
{
color: #080B0C;
}
</style>
background-color css
<style>
a { background-color: #080B0C; }
a { background-color: rgb(8,11,12); }
div.DivClassName
{
background-color: #080B0C;
}
.BgClassName
{
background-color: #080B0C;
}
</style>
border-color css
<style>
span { border-color: #080B0C; }
span { border-color: rgb(8,11,12); }
td.TdClassName
{
border-color: #080B0C;
}
.TagClassName
{
border-color: #080B0C;
}
</style>