#34082F

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

Shades of Mardi Gras #34082F

Tints of Mardi Gras #34082F

Color information

#34082F (or 0x34082F) is unknown color: approx Mardi Gras. HEX triplet: 34, 08 and 2F. RGB value is (52,8,47). Sum of RGB (Red+Green+Blue) = 52+8+47=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #34082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34082F is #CBF7D0. Grayscale: #191919. Windows color (decimal): -13367249 or 3082292. OLE color: 3082292.

HSL color Cylindrical-coordinate representation of color #34082F: hue angle of 306.82º 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 #34082F is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB52847-
CMYK00.850.100.80
HSL306.82º73.33%11.76%-
HSV(B)306.82º84.62%20.39%-
XYZ2.021.112.8-
YUV25.6140.08146.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 47 (18.75% from 255) = 43.93%
R=48.60%
G=7.48%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5284700.850.100.80306.8273.3311.76
Hex3482F055A5013349c
Octal64105701251212046311114
Binary1101001000101111010101011010101000010011001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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