#0B070B

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

Shades of Mardi Gras #0B070B

Tints of Mardi Gras #0B070B

Color information

#0B070B (or 0x0B070B) is unknown color: approx Mardi Gras. HEX triplet: 0B, 07 and 0B. RGB value is (11,7,11). Sum of RGB (Red+Green+Blue) = 11+7+11=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 11 - color contains mainly: red, blue. Hex color #0B070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B070B is #F4F8F4. Grayscale: #080808. Windows color (decimal): -16054517 or 722699. OLE color: 722699.

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

Color convert

RGB11711-
CMYK00.3600.96
HSL300º22.22%3.53%-
HSV(B)300º36.36%4.31%-
XYZ0.270.250.35-
YUV8.65129.33129.67-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 37.93%
GREEN value IS 7 (3.12% from 255) = 24.14%
BLUE value IS 11 (4.69% from 255) = 37.93%
R=37.93%
G=24.14%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1171100.3600.9630022.223.53
HexB7B02406012c164
Octal137130440140454264
Binary1011111101101001000110000010010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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