#340A2F

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

Shades of Mardi Gras #340A2F

Tints of Mardi Gras #340A2F

Color information

#340A2F (or 0x340A2F) is unknown color: approx Mardi Gras. HEX triplet: 34, 0A and 2F. RGB value is (52,10,47). Sum of RGB (Red+Green+Blue) = 52+10+47=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #340A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A2F is #CBF5D0. Grayscale: #1A1A1A. Windows color (decimal): -13366737 or 3082804. OLE color: 3082804.

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

Color convert

RGB521047-
CMYK00.810.100.80
HSL307.14º67.74%12.16%-
HSV(B)307.14º80.77%20.39%-
XYZ2.041.152.8-
YUV26.78139.41145.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=47.71%
G=9.17%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52104700.810.100.80307.1467.7412.16
Hex34A2F051A5013344c
Octal64125701211212046310414
Binary1101001010101111010100011010101000010011001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,10,47); }

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

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

 a { background-color: rgb(52,10,47); }

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

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

 span { border-color: rgb(52,10,47); }

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