#11030F

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

Shades of Mardi Gras #11030F

Tints of Mardi Gras #11030F

Color information

#11030F (or 0x11030F) is unknown color: approx Mardi Gras. HEX triplet: 11, 03 and 0F. RGB value is (17,3,15). Sum of RGB (Red+Green+Blue) = 17+3+15=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 17 - color contains mainly: red. Hex color #11030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #11030F is #EEFCF0. Grayscale: #080808. Windows color (decimal): -15662321 or 983825. OLE color: 983825.

HSL color Cylindrical-coordinate representation of color #11030F: hue angle of 308.57º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11030F is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB17315-
CMYK00.820.120.93
HSL308.57º70%3.92%-
HSV(B)308.57º82.35%6.67%-
XYZ0.350.220.48-
YUV8.55131.64134.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 48.57%
GREEN value IS 3 (1.56% from 255) = 8.57%
BLUE value IS 15 (6.25% from 255) = 42.86%
R=48.57%
G=8.57%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1731500.820.120.93308.57703.92
Hex113F052C5D135464
Octal213170122141354651064
Binary1000111111101010010110010111011001101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11030F; }

 p { color: rgb(17,3,15); }

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

<style>
 a { background-color: #11030F; }

 a { background-color: rgb(17,3,15); }

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

<style>
 span { border-color: #11030F; }

 span { border-color: rgb(17,3,15); }

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