#34052E

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

Shades of Mardi Gras #34052E

Tints of Mardi Gras #34052E

Color information

#34052E (or 0x34052E) is unknown color: approx Mardi Gras. HEX triplet: 34, 05 and 2E. RGB value is (52,5,46). Sum of RGB (Red+Green+Blue) = 52+5+46=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #34052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34052E is #CBFAD1. Grayscale: #171717. Windows color (decimal): -13368018 or 3015988. OLE color: 3015988.

HSL color Cylindrical-coordinate representation of color #34052E: hue angle of 307.66º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34052E is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB52546-
CMYK00.900.120.80
HSL307.66º82.46%11.18%-
HSV(B)307.66º90.38%20.39%-
XYZ1.961.042.68-
YUV23.73140.57148.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=50.49%
G=4.85%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5254600.900.120.80307.6682.4611.18
Hex3452E05AC5013452b
Octal6455601321412046412213
Binary110100101101110010110101100101000010011010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34052E; }

 p { color: rgb(52,5,46); }

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

<style>
 a { background-color: #34052E; }

 a { background-color: rgb(52,5,46); }

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

<style>
 span { border-color: #34052E; }

 span { border-color: rgb(52,5,46); }

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