#380337

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

Shades of Mardi Gras #380337

Tints of Mardi Gras #380337

Color information

#380337 (or 0x380337) is unknown color: approx Mardi Gras. HEX triplet: 38, 03 and 37. RGB value is (56,3,55). Sum of RGB (Red+Green+Blue) = 56+3+55=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #380337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380337 is #C7FCC8. Grayscale: #181818. Windows color (decimal): -13106377 or 3605304. OLE color: 3605304.

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

Color convert

RGB56355-
CMYK00.950.020.78
HSL301.13º89.83%11.57%-
HSV(B)301.13º94.64%21.96%-
XYZ2.351.183.72-
YUV24.78145.06150.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.12%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 55 (21.88% from 255) = 48.25%
R=49.12%
G=2.63%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5635500.950.020.78301.1389.8311.57
Hex3833705F24E12d5ac
Octal703670137211645513214
Binary111000111101110101111110100111010010110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380337; }

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

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

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

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

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

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

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

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