#380135

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

Shades of Mardi Gras #380135

Tints of Mardi Gras #380135

Color information

#380135 (or 0x380135) is unknown color: approx Mardi Gras. HEX triplet: 38, 01 and 35. RGB value is (56,1,53). Sum of RGB (Red+Green+Blue) = 56+1+53=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380135 is #C7FECA. Grayscale: #171717. Windows color (decimal): -13106891 or 3473720. OLE color: 3473720.

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

Color convert

RGB56153-
CMYK00.980.050.78
HSL303.27º96.49%11.18%-
HSV(B)303.27º98.21%21.96%-
XYZ2.281.123.46-
YUV23.37144.72151.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.91%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 53 (21.09% from 255) = 48.18%
R=50.91%
G=0.91%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5615300.980.050.78303.2796.4911.18
Hex3813506254E12f60b
Octal701650142511645714013
Binary111000111010101100010101100111010010111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380135; }

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

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

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

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

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

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

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

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