#341933

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

Shades of Mardi Gras #341933

Tints of Mardi Gras #341933

Color information

#341933 (or 0x341933) is unknown color: approx Mardi Gras. HEX triplet: 34, 19 and 33. RGB value is (52,25,51). Sum of RGB (Red+Green+Blue) = 52+25+51=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #341933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341933 is #CBE6CC. Grayscale: #232323. Windows color (decimal): -13362893 or 3348788. OLE color: 3348788.

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

Color convert

RGB522551-
CMYK00.520.020.80
HSL302.22º35.06%15.1%-
HSV(B)302.22º51.92%20.39%-
XYZ2.361.663.33-
YUV36.04136.45139.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=40.62%
G=19.53%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52255100.520.020.80302.2235.0615.1
Hex34193303425012e23f
Octal64316306421204564317
Binary1101001100111001101101001010100001001011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341933; }

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

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

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

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

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

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

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

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