#380137

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

Shades of Mardi Gras #380137

Tints of Mardi Gras #380137

Color information

#380137 (or 0x380137) is unknown color: approx Mardi Gras. HEX triplet: 38, 01 and 37. RGB value is (56,1,55). Sum of RGB (Red+Green+Blue) = 56+1+55=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 55 (21.88% from 255 or 49.11% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #380137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380137 is #C7FEC8. Grayscale: #171717. Windows color (decimal): -13106889 or 3604792. OLE color: 3604792.

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

Color convert

RGB56155-
CMYK00.980.020.78
HSL301.09º96.49%11.18%-
HSV(B)301.09º98.21%21.96%-
XYZ2.331.143.71-
YUV23.6145.72151.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 55 (21.88% from 255) = 49.11%
R=50%
G=0.89%
B=49.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5615500.980.020.78301.0996.4911.18
Hex3813706224E12d60b
Octal701670142211645514013
Binary11100011101110110001010100111010010110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380137; }

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

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

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

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

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

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

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

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