#34122F

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

Shades of Mardi Gras #34122F

Tints of Mardi Gras #34122F

Color information

#34122F (or 0x34122F) is unknown color: approx Mardi Gras. HEX triplet: 34, 12 and 2F. RGB value is (52,18,47). Sum of RGB (Red+Green+Blue) = 52+18+47=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 52 - color contains mainly: red. Hex color #34122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34122F is #CBEDD0. Grayscale: #1F1F1F. Windows color (decimal): -13364689 or 3084852. OLE color: 3084852.

HSL color Cylindrical-coordinate representation of color #34122F: hue angle of 308.82º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34122F is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB521847-
CMYK00.650.100.80
HSL308.82º48.57%13.73%-
HSV(B)308.82º65.38%20.39%-
XYZ2.151.372.84-
YUV31.47136.76142.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 47 (18.75% from 255) = 40.17%
R=44.44%
G=15.38%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52184700.650.100.80308.8248.5713.73
Hex34122F041A5013531e
Octal6422570101121204656116
Binary1101001001010111101000001101010100001001101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34122F; }

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

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

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

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

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

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

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

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