#380039

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

Shades of Mardi Gras #380039

Tints of Mardi Gras #380039

Color information

#380039 (or 0x380039) is unknown color: approx Mardi Gras. HEX triplet: 38, 00 and 39. RGB value is (56,0,57). Sum of RGB (Red+Green+Blue) = 56+0+57=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #380039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380039 is #C7FFC6. Grayscale: #171717. Windows color (decimal): -13107143 or 3735608. OLE color: 3735608.

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

Color convert

RGB56057-
CMYK0.02100.78
HSL298.95º100%11.18%-
HSV(B)298.95º100%22.35%-
XYZ2.371.143.97-
YUV23.24147.05151.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=49.56%
G=0%
B=50.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal560570.02100.78298.9510011.18
Hex3803926404E12b64b
Octal700712144011645314413
Binary11100001110011011001000100111010010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380039; }

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

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

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

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

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

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

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

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