#380E3E

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

Shades of Mardi Gras #380E3E

Tints of Mardi Gras #380E3E

Color information

#380E3E (or 0x380E3E) is unknown color: approx Mardi Gras. HEX triplet: 38, 0E and 3E. RGB value is (56,14,62). Sum of RGB (Red+Green+Blue) = 56+14+62=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #380E3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E3E is #C7F1C1. Grayscale: #1F1F1F. Windows color (decimal): -13103554 or 4066872. OLE color: 4066872.

HSL color Cylindrical-coordinate representation of color #380E3E: hue angle of 292.5º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #380E3E is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB561462-
CMYK0.100.7700.76
HSL292.5º63.16%14.9%-
HSV(B)292.5º77.42%24.31%-
XYZ2.661.54.71-
YUV32.03144.91145.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 14 (5.86% from 255) = 10.61%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=42.42%
G=10.61%
B=46.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5614620.100.7700.76292.563.1614.9
Hex38E3EA4D04C1243ff
Octal7016761211501144447717
Binary111000111011111010101001101010011001001001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380E3E; }

 p { color: rgb(56,14,62); }

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

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

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

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

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

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

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