#381835

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

Shades of Mardi Gras #381835

Tints of Mardi Gras #381835

Color information

#381835 (or 0x381835) is unknown color: approx Mardi Gras. HEX triplet: 38, 18 and 35. RGB value is (56,24,53). Sum of RGB (Red+Green+Blue) = 56+24+53=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381835 is #C7E7CA. Grayscale: #242424. Windows color (decimal): -13101003 or 3479608. OLE color: 3479608.

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

Color convert

RGB562453-
CMYK00.570.050.78
HSL305.62º40%15.69%-
HSV(B)305.62º57.14%21.96%-
XYZ2.61.753.57-
YUV36.87137.1141.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=42.11%
G=18.05%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56245300.570.050.78305.624015.69
Hex38183503954E1322810
Octal70306507151164625020
Binary111000110001101010111001101100111010011001010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381835; }

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

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

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

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

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

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

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

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