#380534

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

Shades of Mardi Gras #380534

Tints of Mardi Gras #380534

Color information

#380534 (or 0x380534) is unknown color: approx Mardi Gras. HEX triplet: 38, 05 and 34. RGB value is (56,5,52). Sum of RGB (Red+Green+Blue) = 56+5+52=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 52 (20.70% from 255 or 46.02% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #380534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380534 is #C7FACB. Grayscale: #191919. Windows color (decimal): -13105868 or 3409208. OLE color: 3409208.

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

Color convert

RGB56552-
CMYK00.910.070.78
HSL304.71º83.61%11.96%-
HSV(B)304.71º91.07%21.96%-
XYZ2.31.23.36-
YUV25.61142.9149.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 52 (20.70% from 255) = 46.02%
R=49.56%
G=4.42%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5655200.910.070.78304.7183.6111.96
Hex3853405B74E13154c
Octal705640133711646112414
Binary11100010111010001011011111100111010011000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380534; }

 p { color: rgb(56,5,52); }

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

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

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

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

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

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

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