#381E35

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

Shades of Mardi Gras #381E35

Tints of Mardi Gras #381E35

Color information

#381E35 (or 0x381E35) is unknown color: approx Mardi Gras. HEX triplet: 38, 1E and 35. RGB value is (56,30,53). Sum of RGB (Red+Green+Blue) = 56+30+53=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #381E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E35 is #C7E1CA. Grayscale: #282828. Windows color (decimal): -13099467 or 3481144. OLE color: 3481144.

HSL color Cylindrical-coordinate representation of color #381E35: hue angle of 306.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E35 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB563053-
CMYK00.460.050.78
HSL306.92º30.23%16.86%-
HSV(B)306.92º46.43%21.96%-
XYZ2.742.033.61-
YUV40.4135.11139.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 53 (21.09% from 255) = 38.13%
R=40.29%
G=21.58%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56305300.460.050.78306.9230.2316.86
Hex381E3502E54E1331e11
Octal70366505651164633621
Binary11100011110110101010111010110011101001100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381E35; }

 p { color: rgb(56,30,53); }

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

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

 a { background-color: rgb(56,30,53); }

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

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

 span { border-color: rgb(56,30,53); }

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