#381333

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

Shades of Mardi Gras #381333

Tints of Mardi Gras #381333

Color information

#381333 (or 0x381333) is unknown color: approx Mardi Gras. HEX triplet: 38, 13 and 33. RGB value is (56,19,51). Sum of RGB (Red+Green+Blue) = 56+19+51=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #381333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381333 is #C7ECCC. Grayscale: #212121. Windows color (decimal): -13102285 or 3347256. OLE color: 3347256.

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

Color convert

RGB561951-
CMYK00.660.090.78
HSL308.11º49.33%14.71%-
HSV(B)308.11º66.07%21.96%-
XYZ2.461.553.3-
YUV33.71137.76143.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=44.44%
G=15.08%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56195100.660.090.78308.1149.3314.71
Hex38133304294E13431f
Octal7023630102111164646117
Binary1110001001111001101000010100110011101001101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381333; }

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

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

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

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

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

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

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

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