#34012F

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

Shades of Mardi Gras #34012F

Tints of Mardi Gras #34012F

Color information

#34012F (or 0x34012F) is unknown color: approx Mardi Gras. HEX triplet: 34, 01 and 2F. RGB value is (52,1,47). Sum of RGB (Red+Green+Blue) = 52+1+47=100 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 52 - color contains mainly: red. Hex color #34012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34012F is #CBFED0. Grayscale: #151515. Windows color (decimal): -13369041 or 3080500. OLE color: 3080500.

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

Color convert

RGB52147-
CMYK00.980.100.80
HSL305.88º96.23%10.39%-
HSV(B)305.88º98.08%20.39%-
XYZ1.940.962.77-
YUV21.49142.4149.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 52%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 47 (18.75% from 255) = 47%
R=52%
G=1%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5214700.980.100.80305.8896.2310.39
Hex3412F062A5013260a
Octal6415701421212046214012
Binary1101001101111011000101010101000010011001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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