#381035

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

Shades of Mardi Gras #381035

Tints of Mardi Gras #381035

Color information

#381035 (or 0x381035) is unknown color: approx Mardi Gras. HEX triplet: 38, 10 and 35. RGB value is (56,16,53). Sum of RGB (Red+Green+Blue) = 56+16+53=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381035 is #C7EFCA. Grayscale: #202020. Windows color (decimal): -13103051 or 3477560. OLE color: 3477560.

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

Color convert

RGB561653-
CMYK00.710.050.78
HSL304.5º55.56%14.12%-
HSV(B)304.5º71.43%21.96%-
XYZ2.461.473.52-
YUV32.18139.75144.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.8%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=44.8%
G=12.8%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56165300.710.050.78304.555.5614.12
Hex38103504754E13038e
Octal702065010751164607016
Binary111000100001101010100011110110011101001100001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381035; }

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

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

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

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

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

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

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

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