#380032

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

Shades of Mardi Gras #380032

Tints of Mardi Gras #380032

Color information

#380032 (or 0x380032) is unknown color: approx Mardi Gras. HEX triplet: 38, 00 and 32. RGB value is (56,0,50). Sum of RGB (Red+Green+Blue) = 56+0+50=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #380032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380032 is #C7FFCD. Grayscale: #161616. Windows color (decimal): -13107150 or 3276856. OLE color: 3276856.

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

Color convert

RGB56050-
CMYK010.110.78
HSL306.43º100%10.98%-
HSV(B)306.43º100%21.96%-
XYZ2.211.073.11-
YUV22.44143.55151.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=52.83%
G=0%
B=47.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56050010.110.78306.4310010.98
Hex38032064B4E13264b
Octal7006201441311646214413
Binary1110000110010011001001011100111010011001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380032; }

 p { color: rgb(56,0,50); }

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

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

 a { background-color: rgb(56,0,50); }

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

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

 span { border-color: rgb(56,0,50); }

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