#362234

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

Shades of Mardi Gras #362234

Tints of Mardi Gras #362234

Color information

#362234 (or 0x362234) is unknown color: approx Mardi Gras. HEX triplet: 36, 22 and 34. RGB value is (54,34,52). Sum of RGB (Red+Green+Blue) = 54+34+52=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #362234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362234 is #C9DDCB. Grayscale: #292929. Windows color (decimal): -13229516 or 3416630. OLE color: 3416630.

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

Color convert

RGB543452-
CMYK00.370.040.79
HSL306º22.73%17.25%-
HSV(B)306º37.04%21.18%-
XYZ2.712.183.53-
YUV42.03133.63136.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=38.57%
G=24.29%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54345200.370.040.7930622.7317.25
Hex36223402544F1321711
Octal66426404541174622721
Binary110110100010110100010010110010011111001100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362234; }

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

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

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

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

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

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

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

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