#340133

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

Shades of Mardi Gras #340133

Tints of Mardi Gras #340133

Color information

#340133 (or 0x340133) is unknown color: approx Mardi Gras. HEX triplet: 34, 01 and 33. RGB value is (52,1,51). Sum of RGB (Red+Green+Blue) = 52+1+51=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #340133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340133 is #CBFECC. Grayscale: #151515. Windows color (decimal): -13369037 or 3342644. OLE color: 3342644.

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

Color convert

RGB52151-
CMYK00.980.020.80
HSL301.18º96.23%10.39%-
HSV(B)301.18º98.08%20.39%-
XYZ2.020.993.22-
YUV21.95144.4149.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 51 (20.31% from 255) = 49.04%
R=50%
G=0.96%
B=49.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5215100.980.020.80301.1896.2310.39
Hex3413306225012d60a
Octal641630142212045514012
Binary11010011100110110001010101000010010110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340133; }

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

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

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

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

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

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

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

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