#381335

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

Shades of Mardi Gras #381335

Tints of Mardi Gras #381335

Color information

#381335 (or 0x381335) is unknown color: approx Mardi Gras. HEX triplet: 38, 13 and 35. RGB value is (56,19,53). Sum of RGB (Red+Green+Blue) = 56+19+53=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381335 is #C7ECCA. Grayscale: #212121. Windows color (decimal): -13102283 or 3478328. OLE color: 3478328.

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

Color convert

RGB561953-
CMYK00.660.050.78
HSL304.86º49.33%14.71%-
HSV(B)304.86º66.07%21.96%-
XYZ2.511.563.54-
YUV33.94138.76143.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=43.75%
G=14.84%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56195300.660.050.78304.8649.3314.71
Hex38133504254E13131f
Octal702365010251164616117
Binary111000100111101010100001010110011101001100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381335; }

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

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

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

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

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

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

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

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