#381838

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

Shades of Mardi Gras #381838

Tints of Mardi Gras #381838

Color information

#381838 (or 0x381838) is unknown color: approx Mardi Gras. HEX triplet: 38, 18 and 38. RGB value is (56,24,56). Sum of RGB (Red+Green+Blue) = 56+24+56=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #381838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381838 is #C7E7C7. Grayscale: #252525. Windows color (decimal): -13101000 or 3676216. OLE color: 3676216.

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

Color convert

RGB562456-
CMYK00.5700.78
HSL300º40%15.69%-
HSV(B)300º57.14%21.96%-
XYZ2.671.783.94-
YUV37.22138.6141.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 24 (9.77% from 255) = 17.65%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=41.18%
G=17.65%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56245600.5700.783004015.69
Hex38183803904E12c2810
Octal70307007101164545020
Binary1110001100011100001110010100111010010110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381838; }

 p { color: rgb(56,24,56); }

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

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

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

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

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

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

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