#34002C

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

Shades of Mardi Gras #34002C

Tints of Mardi Gras #34002C

Color information

#34002C (or 0x34002C) is unknown color: approx Mardi Gras. HEX triplet: 34, 00 and 2C. RGB value is (52,0,44). Sum of RGB (Red+Green+Blue) = 52+0+44=96 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.17% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 52 - color contains mainly: red. Hex color #34002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34002C is #CBFFD3. Grayscale: #141414. Windows color (decimal): -13369300 or 2883636. OLE color: 2883636.

HSL color Cylindrical-coordinate representation of color #34002C: hue angle of 309.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34002C is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB52044-
CMYK010.150.80
HSL309.23º100%10.2%-
HSV(B)309.23º100%20.39%-
XYZ1.870.912.46-
YUV20.56141.23150.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 54.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=54.17%
G=0%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52044010.150.80309.2310010.2
Hex3402C064F5013564a
Octal6405401441712046514412
Binary1101000101100011001001111101000010011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34002C; }

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

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

<style>
 a { background-color: #34002C; }

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

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

<style>
 span { border-color: #34002C; }

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

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