#380636

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

Shades of Mardi Gras #380636

Tints of Mardi Gras #380636

Color information

#380636 (or 0x380636) is unknown color: approx Mardi Gras. HEX triplet: 38, 06 and 36. RGB value is (56,6,54). Sum of RGB (Red+Green+Blue) = 56+6+54=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #380636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380636 is #C7F9C9. Grayscale: #1A1A1A. Windows color (decimal): -13105610 or 3540536. OLE color: 3540536.

HSL color Cylindrical-coordinate representation of color #380636: hue angle of 302.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380636 is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB56654-
CMYK00.890.040.78
HSL302.4º80.65%12.16%-
HSV(B)302.4º89.29%21.96%-
XYZ2.361.243.6-
YUV26.42143.56149.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 54 (21.48% from 255) = 46.55%
R=48.28%
G=5.17%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5665400.890.040.78302.480.6512.16
Hex3863605944E12e51c
Octal706660131411645612114
Binary11100011011011001011001100100111010010111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380636; }

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

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

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

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

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

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

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

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