Html Css Color HEX #120811 Mardi Gras

📋 copy color: '#120811'

red 18 ◦ green 8 ◦ blue 17

#120811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #120811

Tints of Mardi Gras #120811

RGB

 RED value IS 18 (7.42% from 255) = 41.86%

 GREEN value IS 8 (3.52% from 255) = 18.6%

 BLUE value IS 17 (7.03% from 255) = 39.53%

R = 41.86%
G = 18.6%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.93

RGB Variations

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

Color information

#120811 (or 0x120811) is known color: 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

RGB 18 8 17 -
CMYK 0 0.56 0.06 0.93
HSL 306º 0.38% 0.05% -
HSV(B) 306º 0.56% 0.07% -
XYZ 0.44 0.34 0.57 -
YUV 12.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 18 8 17 0 0.56 0.06 0.93 306 0.38 0.05
Hex 12 8 11 0 38 6 5D 132 26 5
Octal 22 10 21 0 70 6 135 462 46 5
Binary 10010 1000 10001 0 111000 110 1011101 100110010 100110 101

Color Harmonies of #120811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120811

Black with #120811

Text Example


Text Example

White with #120811

Text Example


Text Example

HTML Codes & Css Web 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>