#381934

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

Shades of Mardi Gras #381934

Tints of Mardi Gras #381934

Color information

#381934 (or 0x381934) is unknown color: approx Mardi Gras. HEX triplet: 38, 19 and 34. RGB value is (56,25,52). Sum of RGB (Red+Green+Blue) = 56+25+52=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381934 is #C7E6CB. Grayscale: #252525. Windows color (decimal): -13100748 or 3414328. OLE color: 3414328.

HSL color Cylindrical-coordinate representation of color #381934: hue angle of 307.74º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381934 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB562552-
CMYK00.550.070.78
HSL307.74º38.27%15.88%-
HSV(B)307.74º55.36%21.96%-
XYZ2.61.783.46-
YUV37.35136.27141.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 52 (20.70% from 255) = 39.10%
R=42.11%
G=18.80%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56255200.550.070.78307.7438.2715.88
Hex38193403774E1342610
Octal70316406771164644620
Binary111000110011101000110111111100111010011010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381934; }

 p { color: rgb(56,25,52); }

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

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

 a { background-color: rgb(56,25,52); }

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

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

 span { border-color: rgb(56,25,52); }

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