#120011

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

Shades of Mardi Gras #120011

Tints of Mardi Gras #120011

Color information

#120011 (or 0x120011) is unknown color: approx Mardi Gras. HEX triplet: 12, 00 and 11. RGB value is (18,0,17). Sum of RGB (Red+Green+Blue) = 18+0+17=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120011 is #EDFFEE. Grayscale: #070707. Windows color (decimal): -15597551 or 1114130. OLE color: 1114130.

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

Color convert

RGB18017-
CMYK010.060.93
HSL303.33º100%3.53%-
HSV(B)303.33º100%7.06%-
XYZ0.350.170.54-
YUV7.32133.46135.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 48.57%
R=51.43%
G=0%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18017010.060.93303.331003.53
Hex1201106465D12f644
Octal22021014461354571444
Binary100100100010110010011010111011001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120011; }

 p { color: rgb(18,0,17); }

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

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

 a { background-color: rgb(18,0,17); }

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

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

 span { border-color: rgb(18,0,17); }

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