#380D36

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

Shades of Mardi Gras #380D36

Tints of Mardi Gras #380D36

Color information

#380D36 (or 0x380D36) is unknown color: approx Mardi Gras. HEX triplet: 38, 0D and 36. RGB value is (56,13,54). Sum of RGB (Red+Green+Blue) = 56+13+54=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #380D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380D36 is #C7F2C9. Grayscale: #1E1E1E. Windows color (decimal): -13103818 or 3542328. OLE color: 3542328.

HSL color Cylindrical-coordinate representation of color #380D36: hue angle of 302.79º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380D36 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB561354-
CMYK00.770.040.78
HSL302.79º62.32%13.53%-
HSV(B)302.79º76.79%21.96%-
XYZ2.441.393.63-
YUV30.53141.25146.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.53%
GREEN value IS 13 (5.47% from 255) = 10.57%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=45.53%
G=10.57%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56135400.770.040.78302.7962.3213.53
Hex38D3604D44E12f3ee
Octal701566011541164577616
Binary11100011011101100100110110010011101001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380D36; }

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

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

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

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

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

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

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

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