#382239

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

Shades of Mardi Gras #382239

Tints of Mardi Gras #382239

Color information

#382239 (or 0x382239) is unknown color: approx Mardi Gras. HEX triplet: 38, 22 and 39. RGB value is (56,34,57). Sum of RGB (Red+Green+Blue) = 56+34+57=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 57 - color contains mainly: blue. Hex color #382239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382239 is #C7DDC6. Grayscale: #2B2B2B. Windows color (decimal): -13098439 or 3744312. OLE color: 3744312.

HSL color Cylindrical-coordinate representation of color #382239: hue angle of 297.39º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #382239 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB563457-
CMYK0.020.4000.78
HSL297.39º25.27%17.84%-
HSV(B)297.39º40.35%22.35%-
XYZ2.942.284.16-
YUV43.2135.79137.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.10%
GREEN value IS 34 (13.67% from 255) = 23.13%
BLUE value IS 57 (22.66% from 255) = 38.78%
R=38.10%
G=23.13%
B=38.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5634570.020.4000.78297.3925.2717.84
Hex38223922804E1291912
Octal70427125001164513122
Binary11100010001011100110101000010011101001010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382239; }

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

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

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

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

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

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

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

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