#340236

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

Shades of Mardi Gras #340236

Tints of Mardi Gras #340236

Color information

#340236 (or 0x340236) is unknown color: approx Mardi Gras. HEX triplet: 34, 02 and 36. RGB value is (52,2,54). Sum of RGB (Red+Green+Blue) = 52+2+54=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #340236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340236 is #CBFDC9. Grayscale: #161616. Windows color (decimal): -13368778 or 3539508. OLE color: 3539508.

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

Color convert

RGB52254-
CMYK0.040.9600.79
HSL297.69º92.86%10.98%-
HSV(B)297.69º96.3%21.18%-
XYZ2.11.043.58-
YUV22.88145.56148.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 54 (21.48% from 255) = 50%
R=48.15%
G=1.85%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal522540.040.9600.79297.6992.8610.98
Hex3423646004F12a5db
Octal642664140011745213513
Binary1101001011011010011000000100111110010101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340236; }

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

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

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

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

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

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

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

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