#0B050B

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

Shades of Mardi Gras #0B050B

Tints of Mardi Gras #0B050B

Color information

#0B050B (or 0x0B050B) is unknown color: approx Mardi Gras. HEX triplet: 0B, 05 and 0B. RGB value is (11,5,11). Sum of RGB (Red+Green+Blue) = 11+5+11=27 (3% of max value = 765). Red value is 11 (4.69% from 255 or 40.74% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 11 - color contains mainly: red, blue. Hex color #0B050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B050B is #F4FAF4. Grayscale: #070707. Windows color (decimal): -16055029 or 722187. OLE color: 722187.

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

Color convert

RGB11511-
CMYK00.5500.96
HSL300º37.5%3.14%-
HSV(B)300º54.55%4.31%-
XYZ0.250.20.34-
YUV7.48129.99130.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 40.74%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 11 (4.69% from 255) = 40.74%
R=40.74%
G=18.52%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1151100.5500.9630037.53.14
HexB5B03706012c263
Octal135130670140454463
Binary1011101101101101110110000010010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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