#380E34

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

Shades of Mardi Gras #380E34

Tints of Mardi Gras #380E34

Color information

#380E34 (or 0x380E34) is unknown color: approx Mardi Gras. HEX triplet: 38, 0E and 34. RGB value is (56,14,52). Sum of RGB (Red+Green+Blue) = 56+14+52=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #380E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E34 is #C7F1CB. Grayscale: #1E1E1E. Windows color (decimal): -13103564 or 3411512. OLE color: 3411512.

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

Color convert

RGB561452-
CMYK00.750.070.78
HSL305.71º60%13.73%-
HSV(B)305.71º75%21.96%-
XYZ2.411.43.39-
YUV30.89139.91145.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 14 (5.86% from 255) = 11.48%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=45.90%
G=11.48%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56145200.750.070.78305.716013.73
Hex38E3404B74E1323ce
Octal701664011371164627416
Binary11100011101101000100101111110011101001100101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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