#382336

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

Shades of Mardi Gras #382336

Tints of Mardi Gras #382336

Color information

#382336 (or 0x382336) is unknown color: approx Mardi Gras. HEX triplet: 38, 23 and 36. RGB value is (56,35,54). Sum of RGB (Red+Green+Blue) = 56+35+54=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382336 is #C7DCC9. Grayscale: #2B2B2B. Windows color (decimal): -13098186 or 3547960. OLE color: 3547960.

HSL color Cylindrical-coordinate representation of color #382336: hue angle of 305.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #382336 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB563554-
CMYK00.370.040.78
HSL305.71º23.08%17.84%-
HSV(B)305.71º37.5%21.96%-
XYZ2.92.313.78-
YUV43.44133.96136.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=38.62%
G=24.14%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56355400.370.040.78305.7123.0817.84
Hex38233602544E1321712
Octal70436604541164622722
Binary111000100011110110010010110010011101001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382336; }

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

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

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

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

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

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

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

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