#380338

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

Shades of Mardi Gras #380338

Tints of Mardi Gras #380338

Color information

#380338 (or 0x380338) is unknown color: approx Mardi Gras. HEX triplet: 38, 03 and 38. RGB value is (56,3,56). Sum of RGB (Red+Green+Blue) = 56+3+56=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #380338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380338 is #C7FCC7. Grayscale: #181818. Windows color (decimal): -13106376 or 3670840. OLE color: 3670840.

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

Color convert

RGB56356-
CMYK00.9500.78
HSL300º89.83%11.57%-
HSV(B)300º94.64%21.96%-
XYZ2.381.193.85-
YUV24.89145.56150.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=48.70%
G=2.61%
B=48.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5635600.9500.7830089.8311.57
Hex3833805F04E12c5ac
Octal703700137011645413214
Binary11100011111000010111110100111010010110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380338; }

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

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

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

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

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

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

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

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