#120911

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

Shades of Mardi Gras #120911

Tints of Mardi Gras #120911

Color information

#120911 (or 0x120911) is unknown color: approx Mardi Gras. HEX triplet: 12, 09 and 11. RGB value is (18,9,17). Sum of RGB (Red+Green+Blue) = 18+9+17=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120911 is #EDF6EE. Grayscale: #0C0C0C. Windows color (decimal): -15595247 or 1116434. OLE color: 1116434.

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

Color convert

RGB18917-
CMYK00.50.060.93
HSL306.67º33.33%5.29%-
HSV(B)306.67º50%7.06%-
XYZ0.450.360.58-
YUV12.6130.48131.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 17 (7.03% from 255) = 38.64%
R=40.91%
G=20.45%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1891700.50.060.93306.6733.335.29
Hex1291103265D133215
Octal2211210626135463415
Binary1001010011000101100101101011101100110011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120911; }

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

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

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

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

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

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

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

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