#340231

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

Shades of Mardi Gras #340231

Tints of Mardi Gras #340231

Color information

#340231 (or 0x340231) is unknown color: approx Mardi Gras. HEX triplet: 34, 02 and 31. RGB value is (52,2,49). Sum of RGB (Red+Green+Blue) = 52+2+49=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #340231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340231 is #CBFDCE. Grayscale: #161616. Windows color (decimal): -13368783 or 3211828. OLE color: 3211828.

HSL color Cylindrical-coordinate representation of color #340231: hue angle of 303.6º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340231 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB52249-
CMYK00.960.060.80
HSL303.6º92.59%10.59%-
HSV(B)303.6º96.15%20.39%-
XYZ1.9912.99-
YUV22.31143.06149.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50.49%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=50.49%
G=1.94%
B=47.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5224900.960.060.80303.692.5910.59
Hex342310606501305db
Octal642610140612046013513
Binary1101001011000101100000110101000010011000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340231; }

 p { color: rgb(52,2,49); }

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

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

 a { background-color: rgb(52,2,49); }

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

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

 span { border-color: rgb(52,2,49); }

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