#380E33

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

Shades of Mardi Gras #380E33

Tints of Mardi Gras #380E33

Color information

#380E33 (or 0x380E33) is unknown color: approx Mardi Gras. HEX triplet: 38, 0E and 33. RGB value is (56,14,51). Sum of RGB (Red+Green+Blue) = 56+14+51=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #380E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E33 is #C7F1CC. Grayscale: #1E1E1E. Windows color (decimal): -13103565 or 3345976. OLE color: 3345976.

HSL color Cylindrical-coordinate representation of color #380E33: hue angle of 307.14º 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 #380E33 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB561451-
CMYK00.750.090.78
HSL307.14º60%13.73%-
HSV(B)307.14º75%21.96%-
XYZ2.391.393.28-
YUV30.78139.41145.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 46.28%
GREEN value IS 14 (5.86% from 255) = 11.57%
BLUE value IS 51 (20.31% from 255) = 42.15%
R=46.28%
G=11.57%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56145100.750.090.78307.146013.73
Hex38E3304B94E1333ce
Octal7016630113111164637416
Binary111000111011001101001011100110011101001100111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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