#380336

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

Shades of Mardi Gras #380336

Tints of Mardi Gras #380336

Color information

#380336 (or 0x380336) is unknown color: approx Mardi Gras. HEX triplet: 38, 03 and 36. RGB value is (56,3,54). Sum of RGB (Red+Green+Blue) = 56+3+54=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #380336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380336 is #C7FCC9. Grayscale: #181818. Windows color (decimal): -13106378 or 3539768. OLE color: 3539768.

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

Color convert

RGB56354-
CMYK00.950.040.78
HSL302.26º89.83%11.57%-
HSV(B)302.26º94.64%21.96%-
XYZ2.331.173.59-
YUV24.66144.56150.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=49.56%
G=2.65%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5635400.950.040.78302.2689.8311.57
Hex3833605F44E12e5ac
Octal703660137411645613214
Binary1110001111011001011111100100111010010111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380336; }

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

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

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

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

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

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

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

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