#380536

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

Shades of Mardi Gras #380536

Tints of Mardi Gras #380536

Color information

#380536 (or 0x380536) is unknown color: approx Mardi Gras. HEX triplet: 38, 05 and 36. RGB value is (56,5,54). Sum of RGB (Red+Green+Blue) = 56+5+54=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380536 is #C7FAC9. Grayscale: #191919. Windows color (decimal): -13105866 or 3540280. OLE color: 3540280.

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

Color convert

RGB56554-
CMYK00.910.040.78
HSL302.35º83.61%11.96%-
HSV(B)302.35º91.07%21.96%-
XYZ2.351.223.6-
YUV25.84143.9149.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 54 (21.48% from 255) = 46.96%
R=48.70%
G=4.35%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5655400.910.040.78302.3583.6111.96
Hex3853605B44E12e54c
Octal705660133411645612414
Binary11100010111011001011011100100111010010111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380536; }

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

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

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

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

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

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

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

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