#340533

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

Shades of Mardi Gras #340533

Tints of Mardi Gras #340533

Color information

#340533 (or 0x340533) is unknown color: approx Mardi Gras. HEX triplet: 34, 05 and 33. RGB value is (52,5,51). Sum of RGB (Red+Green+Blue) = 52+5+51=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #340533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340533 is #CBFACC. Grayscale: #181818. Windows color (decimal): -13368013 or 3343668. OLE color: 3343668.

HSL color Cylindrical-coordinate representation of color #340533: hue angle of 301.28º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340533 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB52551-
CMYK00.900.020.80
HSL301.28º82.46%11.18%-
HSV(B)301.28º90.38%20.39%-
XYZ2.071.083.23-
YUV24.3143.07147.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=48.15%
G=4.63%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5255100.900.020.80301.2882.4611.18
Hex3453305A25012d52b
Octal645630132212045512213
Binary1101001011100110101101010101000010010110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340533; }

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

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

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

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

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

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

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

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