Html Css Color HEX #381E35 Mardi Gras

📋 copy color: '#381E35'

red 56 ◦ green 30 ◦ blue 53

#381E35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #381E35

Tints of Mardi Gras #381E35

RGB

 RED value IS 56 (22.27% from 255) = 40.29%

 GREEN value IS 30 (12.11% from 255) = 21.58%

 BLUE value IS 53 (21.09% from 255) = 38.13%

R = 40.29%
G = 21.58%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#381E35 (or 0x381E35) is known color: Mardi Gras. HEX triplet: 38, 1E and 35. RGB value is (56,30,53). Sum of RGB (Red+Green+Blue) = 56+30+53=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #381E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E35 is #C7E1CA. Grayscale: #282828. Windows color (decimal): -13099467 or 3481144. OLE color: 3481144.

HSL color Cylindrical-coordinate representation of color #381E35: hue angle of 306.92º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E35 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 30 53 -
CMYK 0 0.46 0.05 0.78
HSL 306.92º 0.3% 0.17% -
HSV(B) 306.92º 0.46% 0.22% -
XYZ 2.74 2.03 3.61 -
YUV 40.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 56 30 53 0 0.46 0.05 0.78 306.92 0.3 0.17
Hex 38 1E 35 0 2E 5 4E 133 1E 11
Octal 70 36 65 0 56 5 116 463 36 21
Binary 111000 11110 110101 0 101110 101 1001110 100110011 11110 10001

Color Harmonies of #381E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E35

Black with #381E35

Text Example


Text Example

White with #381E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E35; }

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

 H1.HeaderClassName
 {
   color: #381E35;
 }
 .AnyTagClassName
 {
   color: #381E35;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #381E35;
 }
 .BgClassName
 {
   background-color: #381E35;
 }
</style>

border-color css

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

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

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