#381533

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

Shades of Mardi Gras #381533

Tints of Mardi Gras #381533

Color information

#381533 (or 0x381533) is unknown color: approx Mardi Gras. HEX triplet: 38, 15 and 33. RGB value is (56,21,51). Sum of RGB (Red+Green+Blue) = 56+21+51=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381533 is #C7EACC. Grayscale: #222222. Windows color (decimal): -13101773 or 3347768. OLE color: 3347768.

HSL color Cylindrical-coordinate representation of color #381533: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381533 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB562151-
CMYK00.630.090.78
HSL308.57º45.45%15.1%-
HSV(B)308.57º62.5%21.96%-
XYZ2.51.623.31-
YUV34.88137.1143.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=43.75%
G=16.41%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56215100.630.090.78308.5745.4515.1
Hex38153303F94E1352df
Octal702563077111164655517
Binary111000101011100110111111100110011101001101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381533; }

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

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

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

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

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

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

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

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