#380131

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

Shades of Mardi Gras #380131

Tints of Mardi Gras #380131

Color information

#380131 (or 0x380131) is unknown color: approx Mardi Gras. HEX triplet: 38, 01 and 31. RGB value is (56,1,49). Sum of RGB (Red+Green+Blue) = 56+1+49=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #380131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380131 is #C7FECE. Grayscale: #161616. Windows color (decimal): -13106895 or 3211576. OLE color: 3211576.

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

Color convert

RGB56149-
CMYK00.980.120.78
HSL307.64º96.49%11.18%-
HSV(B)307.64º98.21%21.96%-
XYZ2.21.083-
YUV22.92142.72151.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=52.83%
G=0.94%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5614900.980.120.78307.6496.4911.18
Hex38131062C4E13460b
Octal7016101421411646414013
Binary1110001110001011000101100100111010011010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380131; }

 p { color: rgb(56,1,49); }

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

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

 a { background-color: rgb(56,1,49); }

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

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

 span { border-color: rgb(56,1,49); }

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