#380932

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

Shades of Mardi Gras #380932

Tints of Mardi Gras #380932

Color information

#380932 (or 0x380932) is unknown color: approx Mardi Gras. HEX triplet: 38, 09 and 32. RGB value is (56,9,50). Sum of RGB (Red+Green+Blue) = 56+9+50=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380932 is #C7F6CD. Grayscale: #1B1B1B. Windows color (decimal): -13104846 or 3279160. OLE color: 3279160.

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

Color convert

RGB56950-
CMYK00.840.110.78
HSL307.66º72.31%12.75%-
HSV(B)307.66º83.93%21.96%-
XYZ2.31.273.14-
YUV27.73140.57148.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 50 (19.92% from 255) = 43.48%
R=48.70%
G=7.83%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5695000.840.110.78307.6672.3112.75
Hex38932054B4E13448d
Octal70116201241311646411015
Binary1110001001110010010101001011100111010011010010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380932; }

 p { color: rgb(56,9,50); }

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

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

 a { background-color: rgb(56,9,50); }

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

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

 span { border-color: rgb(56,9,50); }

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