#382235

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

Shades of Mardi Gras #382235

Tints of Mardi Gras #382235

Color information

#382235 (or 0x382235) is unknown color: approx Mardi Gras. HEX triplet: 38, 22 and 35. RGB value is (56,34,53). Sum of RGB (Red+Green+Blue) = 56+34+53=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #382235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382235 is #C7DDCA. Grayscale: #2A2A2A. Windows color (decimal): -13098443 or 3482168. OLE color: 3482168.

HSL color Cylindrical-coordinate representation of color #382235: hue angle of 308.18º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #382235 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB563453-
CMYK00.390.050.78
HSL308.18º24.44%17.65%-
HSV(B)308.18º39.29%21.96%-
XYZ2.852.243.65-
YUV42.74133.79137.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=39.16%
G=23.78%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56345300.390.050.78308.1824.4417.65
Hex38223502754E1341812
Octal70426504751164643022
Binary111000100010110101010011110110011101001101001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382235; }

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

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

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

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

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

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

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

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