#382638

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

Shades of Mardi Gras #382638

Tints of Mardi Gras #382638

Color information

#382638 (or 0x382638) is unknown color: approx Mardi Gras. HEX triplet: 38, 26 and 38. RGB value is (56,38,56). Sum of RGB (Red+Green+Blue) = 56+38+56=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #382638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382638 is #C7D9C7. Grayscale: #2D2D2D. Windows color (decimal): -13097416 or 3679800. OLE color: 3679800.

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

Color convert

RGB563856-
CMYK00.3200.78
HSL300º19.15%18.43%-
HSV(B)300º32.14%21.96%-
XYZ3.042.514.07-
YUV45.43133.96135.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 38 (15.23% from 255) = 25.33%
BLUE value IS 56 (22.27% from 255) = 37.33%
R=37.33%
G=25.33%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56385600.3200.7830019.1518.43
Hex38263802004E12c1312
Octal70467004001164542322
Binary1110001001101110000100000010011101001011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382638; }

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

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

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

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

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

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

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

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