#382036

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

Shades of Mardi Gras #382036

Tints of Mardi Gras #382036

Color information

#382036 (or 0x382036) is unknown color: approx Mardi Gras. HEX triplet: 38, 20 and 36. RGB value is (56,32,54). Sum of RGB (Red+Green+Blue) = 56+32+54=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #382036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382036 is #C7DFC9. Grayscale: #292929. Windows color (decimal): -13098954 or 3547192. OLE color: 3547192.

HSL color Cylindrical-coordinate representation of color #382036: hue angle of 305º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #382036 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB563254-
CMYK00.430.040.78
HSL305º27.27%17.25%-
HSV(B)305º42.86%21.96%-
XYZ2.812.143.75-
YUV41.68134.95138.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=39.44%
G=22.54%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56325400.430.040.7830527.2717.25
Hex38203602B44E1311b11
Octal70406605341164613321
Binary111000100000110110010101110010011101001100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382036; }

 p { color: rgb(56,32,54); }

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

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

 a { background-color: rgb(56,32,54); }

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

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

 span { border-color: rgb(56,32,54); }

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