#381535

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

Shades of Mardi Gras #381535

Tints of Mardi Gras #381535

Color information

#381535 (or 0x381535) is unknown color: approx Mardi Gras. HEX triplet: 38, 15 and 35. RGB value is (56,21,53). Sum of RGB (Red+Green+Blue) = 56+21+53=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #381535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381535 is #C7EACA. Grayscale: #232323. Windows color (decimal): -13101771 or 3478840. OLE color: 3478840.

HSL color Cylindrical-coordinate representation of color #381535: hue angle of 305.14º 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 #381535 is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB562153-
CMYK00.630.050.78
HSL305.14º45.45%15.1%-
HSV(B)305.14º62.5%21.96%-
XYZ2.541.633.55-
YUV35.11138.1142.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=43.08%
G=16.15%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56215300.630.050.78305.1445.4515.1
Hex38153503F54E1312df
Octal70256507751164615517
Binary11100010101110101011111110110011101001100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381535; }

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

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

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

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

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

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

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

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