#382138

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

Shades of Mardi Gras #382138

Tints of Mardi Gras #382138

Color information

#382138 (or 0x382138) is unknown color: approx Mardi Gras. HEX triplet: 38, 21 and 38. RGB value is (56,33,56). Sum of RGB (Red+Green+Blue) = 56+33+56=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382138 is #C7DEC7. Grayscale: #2A2A2A. Windows color (decimal): -13098696 or 3678520. OLE color: 3678520.

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

Color convert

RGB563356-
CMYK00.4100.78
HSL300º25.84%17.45%-
HSV(B)300º41.07%21.96%-
XYZ2.892.214.02-
YUV42.5135.62137.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=38.62%
G=22.76%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56335600.4100.7830025.8417.45
Hex38213802904E12c1a11
Octal70417005101164543221
Binary1110001000011110000101001010011101001011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382138; }

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

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

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

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

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

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

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

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