#380439

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

Shades of Mardi Gras #380439

Tints of Mardi Gras #380439

Color information

#380439 (or 0x380439) is unknown color: approx Mardi Gras. HEX triplet: 38, 04 and 39. RGB value is (56,4,57). Sum of RGB (Red+Green+Blue) = 56+4+57=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #380439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380439 is #C7FBC6. Grayscale: #191919. Windows color (decimal): -13106119 or 3736632. OLE color: 3736632.

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

Color convert

RGB56457-
CMYK0.020.9300.78
HSL298.87º86.89%11.96%-
HSV(B)298.87º92.98%22.35%-
XYZ2.411.223.98-
YUV25.59145.73149.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 4 (1.95% from 255) = 3.42%
BLUE value IS 57 (22.66% from 255) = 48.72%
R=47.86%
G=3.42%
B=48.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal564570.020.9300.78298.8786.8911.96
Hex3843925D04E12b57c
Octal704712135011645312714
Binary1110001001110011010111010100111010010101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380439; }

 p { color: rgb(56,4,57); }

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

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

 a { background-color: rgb(56,4,57); }

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

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

 span { border-color: rgb(56,4,57); }

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