#381638

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

Shades of Mardi Gras #381638

Tints of Mardi Gras #381638

Color information

#381638 (or 0x381638) is unknown color: approx Mardi Gras. HEX triplet: 38, 16 and 38. RGB value is (56,22,56). Sum of RGB (Red+Green+Blue) = 56+22+56=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #381638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381638 is #C7E9C7. Grayscale: #232323. Windows color (decimal): -13101512 or 3675704. OLE color: 3675704.

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

Color convert

RGB562256-
CMYK00.6100.78
HSL300º43.59%15.29%-
HSV(B)300º60.71%21.96%-
XYZ2.631.73.93-
YUV36.04139.26142.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 56 (22.27% from 255) = 41.79%
R=41.79%
G=16.42%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56225600.6100.7830043.5915.29
Hex38163803D04E12c2cf
Octal70267007501164545417
Binary111000101101110000111101010011101001011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381638; }

 p { color: rgb(56,22,56); }

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

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

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

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

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

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

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