#34152F

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

Shades of Mardi Gras #34152F

Tints of Mardi Gras #34152F

Color information

#34152F (or 0x34152F) is unknown color: approx Mardi Gras. HEX triplet: 34, 15 and 2F. RGB value is (52,21,47). Sum of RGB (Red+Green+Blue) = 52+21+47=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #34152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34152F is #CBEAD0. Grayscale: #212121. Windows color (decimal): -13363921 or 3085620. OLE color: 3085620.

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

Color convert

RGB522147-
CMYK00.600.100.80
HSL309.68º42.47%14.31%-
HSV(B)309.68º59.62%20.39%-
XYZ2.21.472.86-
YUV33.23135.77141.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=43.33%
G=17.5%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52214700.600.100.80309.6842.4714.31
Hex34152F03CA501362ae
Octal642557074121204665216
Binary110100101011011110111100101010100001001101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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