#340A30

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

Shades of Mardi Gras #340A30

Tints of Mardi Gras #340A30

Color information

#340A30 (or 0x340A30) is unknown color: approx Mardi Gras. HEX triplet: 34, 0A and 30. RGB value is (52,10,48). Sum of RGB (Red+Green+Blue) = 52+10+48=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #340A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A30 is #CBF5CF. Grayscale: #1A1A1A. Windows color (decimal): -13366736 or 3148340. OLE color: 3148340.

HSL color Cylindrical-coordinate representation of color #340A30: hue angle of 305.71º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340A30 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB521048-
CMYK00.810.080.80
HSL305.71º67.74%12.16%-
HSV(B)305.71º80.77%20.39%-
XYZ2.061.162.91-
YUV26.89139.91145.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 10 (4.30% from 255) = 9.09%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=47.27%
G=9.09%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52104800.810.080.80305.7167.7412.16
Hex34A3005185013244c
Octal64126001211012046210414
Binary1101001010110000010100011000101000010011001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340A30; }

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

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

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

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

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

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

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

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