#382636

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

Shades of Mardi Gras #382636

Tints of Mardi Gras #382636

Color information

#382636 (or 0x382636) is unknown color: approx Mardi Gras. HEX triplet: 38, 26 and 36. RGB value is (56,38,54). Sum of RGB (Red+Green+Blue) = 56+38+54=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #382636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382636 is #C7D9C9. Grayscale: #2D2D2D. Windows color (decimal): -13097418 or 3548728. OLE color: 3548728.

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

Color convert

RGB563854-
CMYK00.320.040.78
HSL306.67º19.15%18.43%-
HSV(B)306.67º32.14%21.96%-
XYZ2.992.493.81-
YUV45.21132.96135.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.84%
GREEN value IS 38 (15.23% from 255) = 25.68%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=37.84%
G=25.68%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56385400.320.040.78306.6719.1518.43
Hex38263602044E1331312
Octal70466604041164632322
Binary111000100110110110010000010010011101001100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382636; }

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

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

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

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

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

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

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

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