#382237

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

Shades of Mardi Gras #382237

Tints of Mardi Gras #382237

Color information

#382237 (or 0x382237) is unknown color: approx Mardi Gras. HEX triplet: 38, 22 and 37. RGB value is (56,34,55). Sum of RGB (Red+Green+Blue) = 56+34+55=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382237 is #C7DDC8. Grayscale: #2A2A2A. Windows color (decimal): -13098441 or 3613240. OLE color: 3613240.

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

Color convert

RGB563455-
CMYK00.390.020.78
HSL302.73º24.44%17.65%-
HSV(B)302.73º39.29%21.96%-
XYZ2.892.263.9-
YUV42.97134.79137.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=38.62%
G=23.45%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56345500.390.020.78302.7324.4417.65
Hex38223702724E12f1812
Octal70426704721164573022
Binary11100010001011011101001111010011101001011111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382237; }

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

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

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

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

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

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

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

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