#380730

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

Shades of Mardi Gras #380730

Tints of Mardi Gras #380730

Color information

#380730 (or 0x380730) is unknown color: approx Mardi Gras. HEX triplet: 38, 07 and 30. RGB value is (56,7,48). Sum of RGB (Red+Green+Blue) = 56+7+48=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380730 is #C7F8CF. Grayscale: #1A1A1A. Windows color (decimal): -13105360 or 3147576. OLE color: 3147576.

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

Color convert

RGB56748-
CMYK00.880.140.78
HSL309.8º77.78%12.35%-
HSV(B)309.8º87.5%21.96%-
XYZ2.241.212.91-
YUV26.33140.23149.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=50.45%
G=6.31%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5674800.880.140.78309.877.7812.35
Hex38730058E4E1364ec
Octal7076001301611646611614
Binary111000111110000010110001110100111010011011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380730; }

 p { color: rgb(56,7,48); }

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

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

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

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

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

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

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