#382039

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

Shades of Mardi Gras #382039

Tints of Mardi Gras #382039

Color information

#382039 (or 0x382039) is unknown color: approx Mardi Gras. HEX triplet: 38, 20 and 39. RGB value is (56,32,57). Sum of RGB (Red+Green+Blue) = 56+32+57=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 57 - color contains mainly: blue. Hex color #382039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382039 is #C7DFC6. Grayscale: #292929. Windows color (decimal): -13098951 or 3743800. OLE color: 3743800.

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

Color convert

RGB563257-
CMYK0.020.4400.78
HSL297.6º28.09%17.45%-
HSV(B)297.6º43.86%22.35%-
XYZ2.892.174.14-
YUV42.03136.45137.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=38.62%
G=22.07%
B=39.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632570.020.4400.78297.628.0917.45
Hex38203922C04E12a1c11
Octal70407125401164523421
Binary11100010000011100110101100010011101001010101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382039; }

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

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

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

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

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

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

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

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