#340A33

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

Shades of Mardi Gras #340A33

Tints of Mardi Gras #340A33

Color information

#340A33 (or 0x340A33) is unknown color: approx Mardi Gras. HEX triplet: 34, 0A and 33. RGB value is (52,10,51). Sum of RGB (Red+Green+Blue) = 52+10+51=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #340A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340A33 is #CBF5CC. Grayscale: #1B1B1B. Windows color (decimal): -13366733 or 3344948. OLE color: 3344948.

HSL color Cylindrical-coordinate representation of color #340A33: hue angle of 301.43º 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 #340A33 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB521051-
CMYK00.810.020.80
HSL301.43º67.74%12.16%-
HSV(B)301.43º80.77%20.39%-
XYZ2.121.193.25-
YUV27.23141.41145.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 10 (4.30% from 255) = 8.85%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=46.02%
G=8.85%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52105100.810.020.80301.4367.7412.16
Hex34A3305125012d44c
Octal6412630121212045510414
Binary11010010101100110101000110101000010010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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