#381334

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

Shades of Mardi Gras #381334

Tints of Mardi Gras #381334

Color information

#381334 (or 0x381334) is unknown color: approx Mardi Gras. HEX triplet: 38, 13 and 34. RGB value is (56,19,52). Sum of RGB (Red+Green+Blue) = 56+19+52=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381334 is #C7ECCB. Grayscale: #212121. Windows color (decimal): -13102284 or 3412792. OLE color: 3412792.

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

Color convert

RGB561952-
CMYK00.660.070.78
HSL306.49º49.33%14.71%-
HSV(B)306.49º66.07%21.96%-
XYZ2.481.553.42-
YUV33.82138.26143.82-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=44.09%
G=14.96%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56195200.660.070.78306.4949.3314.71
Hex38133404274E13231f
Octal702364010271164626117
Binary111000100111101000100001011110011101001100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381334; }

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

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

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

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

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

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

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

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