#34082E

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

Shades of Mardi Gras #34082E

Tints of Mardi Gras #34082E

Color information

#34082E (or 0x34082E) is unknown color: approx Mardi Gras. HEX triplet: 34, 08 and 2E. RGB value is (52,8,46). Sum of RGB (Red+Green+Blue) = 52+8+46=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 46 (18.36% from 255 or 43.40% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #34082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34082E is #CBF7D1. Grayscale: #191919. Windows color (decimal): -13367250 or 3016756. OLE color: 3016756.

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

Color convert

RGB52846-
CMYK00.850.120.80
HSL308.18º73.33%11.76%-
HSV(B)308.18º84.62%20.39%-
XYZ21.12.69-
YUV25.49139.58146.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 49.06%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 46 (18.36% from 255) = 43.40%
R=49.06%
G=7.55%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5284600.850.120.80308.1873.3311.76
Hex3482E055C5013449c
Octal64105601251412046411114
Binary1101001000101110010101011100101000010011010010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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