#380038

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

Shades of Mardi Gras #380038

Tints of Mardi Gras #380038

Color information

#380038 (or 0x380038) is unknown color: approx Mardi Gras. HEX triplet: 38, 00 and 38. RGB value is (56,0,56). Sum of RGB (Red+Green+Blue) = 56+0+56=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #380038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380038 is #C7FFC7. Grayscale: #161616. Windows color (decimal): -13107144 or 3670072. OLE color: 3670072.

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

Color convert

RGB56056-
CMYK0100.78
HSL300º100%10.98%-
HSV(B)300º100%21.96%-
XYZ2.341.133.84-
YUV23.13146.55151.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal560560100.7830010010.98
Hex3803806404E12c64b
Octal700700144011645414413
Binary1110000111000011001000100111010010110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380038; }

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

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

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

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

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

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

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

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