#381235

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

Shades of Mardi Gras #381235

Tints of Mardi Gras #381235

Color information

#381235 (or 0x381235) is unknown color: approx Mardi Gras. HEX triplet: 38, 12 and 35. RGB value is (56,18,53). Sum of RGB (Red+Green+Blue) = 56+18+53=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381235 is #C7EDCA. Grayscale: #212121. Windows color (decimal): -13102539 or 3478072. OLE color: 3478072.

HSL color Cylindrical-coordinate representation of color #381235: hue angle of 304.74º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381235 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB561853-
CMYK00.680.050.78
HSL304.74º51.35%14.51%-
HSV(B)304.74º67.86%21.96%-
XYZ2.491.533.53-
YUV33.35139.09144.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=44.09%
G=14.17%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56185300.680.050.78304.7451.3514.51
Hex38123504454E13133f
Octal702265010451164616317
Binary111000100101101010100010010110011101001100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381235; }

 p { color: rgb(56,18,53); }

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

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

 a { background-color: rgb(56,18,53); }

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

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

 span { border-color: rgb(56,18,53); }

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