#340930

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

Shades of Mardi Gras #340930

Tints of Mardi Gras #340930

Color information

#340930 (or 0x340930) is unknown color: approx Mardi Gras. HEX triplet: 34, 09 and 30. RGB value is (52,9,48). Sum of RGB (Red+Green+Blue) = 52+9+48=109 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.71% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 52 - color contains mainly: red. Hex color #340930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340930 is #CBF6CF. Grayscale: #1A1A1A. Windows color (decimal): -13366992 or 3148084. OLE color: 3148084.

HSL color Cylindrical-coordinate representation of color #340930: hue angle of 305.58º 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 #340930 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB52948-
CMYK00.830.080.80
HSL305.58º70.49%11.96%-
HSV(B)305.58º82.69%20.39%-
XYZ2.051.142.91-
YUV26.3140.25146.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.71%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=47.71%
G=8.26%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5294800.830.080.80305.5870.4911.96
Hex3493005385013246c
Octal64116001231012046210614
Binary1101001001110000010100111000101000010011001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340930; }

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

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

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

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

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

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

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

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