#380235

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

Shades of Mardi Gras #380235

Tints of Mardi Gras #380235

Color information

#380235 (or 0x380235) is unknown color: approx Mardi Gras. HEX triplet: 38, 02 and 35. RGB value is (56,2,53). Sum of RGB (Red+Green+Blue) = 56+2+53=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380235 is #C7FDCA. Grayscale: #171717. Windows color (decimal): -13106635 or 3473976. OLE color: 3473976.

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

Color convert

RGB56253-
CMYK00.960.050.78
HSL303.33º93.1%11.37%-
HSV(B)303.33º96.43%21.96%-
XYZ2.31.143.47-
YUV23.96144.39150.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 53 (21.09% from 255) = 47.75%
R=50.45%
G=1.80%
B=47.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5625300.960.050.78303.3393.111.37
Hex3823506054E12f5db
Octal702650140511645713513
Binary1110001011010101100000101100111010010111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380235; }

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

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

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

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

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

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

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

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