#120811

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

Shades of Mardi Gras #120811

Tints of Mardi Gras #120811

Color information

#120811 (or 0x120811) is unknown color: approx Mardi Gras. HEX triplet: 12, 08 and 11. RGB value is (18,8,17). Sum of RGB (Red+Green+Blue) = 18+8+17=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120811 is #EDF7EE. Grayscale: #0B0B0B. Windows color (decimal): -15595503 or 1116178. OLE color: 1116178.

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

Color convert

RGB18817-
CMYK00.560.060.93
HSL306º38.46%5.1%-
HSV(B)306º55.56%7.06%-
XYZ0.440.340.57-
YUV12.02130.81132.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=41.86%
G=18.60%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1881700.560.060.9330638.465.1
Hex1281103865D132265
Octal2210210706135462465
Binary1001010001000101110001101011101100110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120811; }

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

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

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

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

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

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

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

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