#340B2C

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

Shades of Mardi Gras #340B2C

Tints of Mardi Gras #340B2C

Color information

#340B2C (or 0x340B2C) is unknown color: approx Mardi Gras. HEX triplet: 34, 0B and 2C. RGB value is (52,11,44). Sum of RGB (Red+Green+Blue) = 52+11+44=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #340B2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340B2C is #CBF4D3. Grayscale: #1A1A1A. Windows color (decimal): -13366484 or 2886452. OLE color: 2886452.

HSL color Cylindrical-coordinate representation of color #340B2C: hue angle of 311.71º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #340B2C is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB521144-
CMYK00.790.150.80
HSL311.71º65.08%12.35%-
HSV(B)311.71º78.85%20.39%-
XYZ1.991.152.5-
YUV27.02137.58145.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 11 (4.69% from 255) = 10.28%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=48.60%
G=10.28%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52114400.790.150.80311.7165.0812.35
Hex34B2C04FF5013841c
Octal64135401171712047010114
Binary1101001011101100010011111111101000010011100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340B2C; }

 p { color: rgb(52,11,44); }

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

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

 a { background-color: rgb(52,11,44); }

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

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

 span { border-color: rgb(52,11,44); }

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