#0B080B

Color #0B080B Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #0B080B

Tints of Mardi Gras #0B080B

Color information

#0B080B (or 0x0B080B) is unknown color: approx Mardi Gras. HEX triplet: 0B, 08 and 0B. RGB value is (11,8,11). Sum of RGB (Red+Green+Blue) = 11+8+11=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 11 - color contains mainly: red, blue. Hex color #0B080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B080B is #F4F7F4. Grayscale: #090909. Windows color (decimal): -16054261 or 722955. OLE color: 722955.

HSL color Cylindrical-coordinate representation of color #0B080B: hue angle of 300º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #0B080B is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB11811-
CMYK00.2700.96
HSL300º15.79%3.73%-
HSV(B)300º27.27%4.31%-
XYZ0.290.270.35-
YUV9.24128.99129.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 36.67%
GREEN value IS 8 (3.52% from 255) = 26.67%
BLUE value IS 11 (4.69% from 255) = 36.67%
R=36.67%
G=26.67%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1181100.2700.9630015.793.73
HexB8B01B06012c104
Octal1310130330140454204
Binary1011100010110110110110000010010110010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B080B; }

 p { color: rgb(11,8,11); }

 H1.HeaderClassName
 {
   color: #0B080B;
 }
 .AnyTagClassName
 {
   color: #0B080B;
 }
</style>
background-color css

<style>
 a { background-color: #0B080B; }

 a { background-color: rgb(11,8,11); }

 div.DivClassName
 {
   background-color: #0B080B;
 }
 .BgClassName
 {
   background-color: #0B080B;
 }
</style>
border-color css

<style>
 span { border-color: #0B080B; }

 span { border-color: rgb(11,8,11); }

 td.TdClassName
 {
   border-color: #0B080B;
 }
 .TagClassName
 {
   border-color: #0B080B;
 }
</style>