#34092F

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

Shades of Mardi Gras #34092F

Tints of Mardi Gras #34092F

Color information

#34092F (or 0x34092F) is unknown color: approx Mardi Gras. HEX triplet: 34, 09 and 2F. RGB value is (52,9,47). Sum of RGB (Red+Green+Blue) = 52+9+47=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #34092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34092F is #CBF6D0. Grayscale: #1A1A1A. Windows color (decimal): -13366993 or 3082548. OLE color: 3082548.

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

Color convert

RGB52947-
CMYK00.830.100.80
HSL306.98º70.49%11.96%-
HSV(B)306.98º82.69%20.39%-
XYZ2.031.132.8-
YUV26.19139.75146.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 47 (18.75% from 255) = 43.52%
R=48.15%
G=8.33%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5294700.830.100.80306.9870.4911.96
Hex3492F053A5013346c
Octal64115701231212046310614
Binary1101001001101111010100111010101000010011001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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