#342533

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

Shades of Mardi Gras #342533

Tints of Mardi Gras #342533

Color information

#342533 (or 0x342533) is unknown color: approx Mardi Gras. HEX triplet: 34, 25 and 33. RGB value is (52,37,51). Sum of RGB (Red+Green+Blue) = 52+37+51=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #342533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342533 is #CBDACC. Grayscale: #2B2B2B. Windows color (decimal): -13359821 or 3351860. OLE color: 3351860.

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

Color convert

RGB523751-
CMYK00.290.020.80
HSL304º16.85%17.45%-
HSV(B)304º28.85%20.39%-
XYZ2.682.293.43-
YUV43.08132.47134.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=37.14%
G=26.43%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52375100.290.020.8030416.8517.45
Hex34253301D2501301111
Octal64456303521204602121
Binary1101001001011100110111011010100001001100001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342533; }

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

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

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

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

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

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

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

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