#380332

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

Shades of Mardi Gras #380332

Tints of Mardi Gras #380332

Color information

#380332 (or 0x380332) is unknown color: approx Mardi Gras. HEX triplet: 38, 03 and 32. RGB value is (56,3,50). Sum of RGB (Red+Green+Blue) = 56+3+50=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #380332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380332 is #C7FCCD. Grayscale: #181818. Windows color (decimal): -13106382 or 3277624. OLE color: 3277624.

HSL color Cylindrical-coordinate representation of color #380332: hue angle of 306.79º 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 #380332 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB56350-
CMYK00.950.110.78
HSL306.79º89.83%11.57%-
HSV(B)306.79º94.64%21.96%-
XYZ2.241.143.12-
YUV24.2142.56150.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 3 (1.56% from 255) = 2.75%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=51.38%
G=2.75%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5635000.950.110.78306.7989.8311.57
Hex3833205FB4E1335ac
Octal7036201371311646313214
Binary11100011110010010111111011100111010011001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380332; }

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

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

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

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

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

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

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

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