#382339

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

Shades of Mardi Gras #382339

Tints of Mardi Gras #382339

Color information

#382339 (or 0x382339) is unknown color: approx Mardi Gras. HEX triplet: 38, 23 and 39. RGB value is (56,35,57). Sum of RGB (Red+Green+Blue) = 56+35+57=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 57 - color contains mainly: blue. Hex color #382339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382339 is #C7DCC6. Grayscale: #2B2B2B. Windows color (decimal): -13098183 or 3744568. OLE color: 3744568.

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

Color convert

RGB563557-
CMYK0.020.3900.78
HSL297.27º23.91%18.04%-
HSV(B)297.27º38.6%22.35%-
XYZ2.972.344.17-
YUV43.79135.46136.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 57 (22.66% from 255) = 38.51%
R=37.84%
G=23.65%
B=38.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5635570.020.3900.78297.2723.9118.04
Hex38233922704E1291812
Octal70437124701164513022
Binary11100010001111100110100111010011101001010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382339; }

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

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

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

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

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

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

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

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