#382335

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

Shades of Mardi Gras #382335

Tints of Mardi Gras #382335

Color information

#382335 (or 0x382335) is unknown color: approx Mardi Gras. HEX triplet: 38, 23 and 35. RGB value is (56,35,53). Sum of RGB (Red+Green+Blue) = 56+35+53=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382335 is #C7DCCA. Grayscale: #2B2B2B. Windows color (decimal): -13098187 or 3482424. OLE color: 3482424.

HSL color Cylindrical-coordinate representation of color #382335: hue angle of 308.57º 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 #382335 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB563553-
CMYK00.370.050.78
HSL308.57º23.08%17.84%-
HSV(B)308.57º37.5%21.96%-
XYZ2.872.33.66-
YUV43.33133.46137.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=38.89%
G=24.31%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56355300.370.050.78308.5723.0817.84
Hex38233502554E1351712
Octal70436504551164652722
Binary111000100011110101010010110110011101001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382335; }

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

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

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

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

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

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

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

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