#380C31

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

Shades of Mardi Gras #380C31

Tints of Mardi Gras #380C31

Color information

#380C31 (or 0x380C31) is unknown color: approx Mardi Gras. HEX triplet: 38, 0C and 31. RGB value is (56,12,49). Sum of RGB (Red+Green+Blue) = 56+12+49=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #380C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C31 is #C7F3CE. Grayscale: #1D1D1D. Windows color (decimal): -13104079 or 3214392. OLE color: 3214392.

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

Color convert

RGB561249-
CMYK00.790.120.78
HSL309.55º64.71%13.33%-
HSV(B)309.55º78.57%21.96%-
XYZ2.321.333.04-
YUV29.37139.08146.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.86%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=47.86%
G=10.26%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56124900.790.120.78309.5564.7113.33
Hex38C3104FC4E13641d
Octal70146101171411646610115
Binary1110001100110001010011111100100111010011011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,12,49); }

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

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

 a { background-color: rgb(56,12,49); }

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

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

 span { border-color: rgb(56,12,49); }

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