Html Css Color HEX #381E34 Mardi Gras

📋 copy color: '#381E34'

red 56 ◦ green 30 ◦ blue 52

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

Shades of Mardi Gras #381E34

Tints of Mardi Gras #381E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 37.68%

R = 40.58%
G = 21.74%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#381E34 (or 0x381E34) is known color: Mardi Gras. HEX triplet: 38, 1E and 34. RGB value is (56,30,52). Sum of RGB (Red+Green+Blue) = 56+30+52=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 52 (20.70% from 255 or 37.68% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #381E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E34 is #C7E1CB. Grayscale: #282828. Windows color (decimal): -13099468 or 3415608. OLE color: 3415608.

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

Color convert

RGB 56 30 52 -
CMYK 0 0.46 0.07 0.78
HSL 309.23º 0.3% 0.17% -
HSV(B) 309.23º 0.46% 0.22% -
XYZ 2.71 2.02 3.5 -
YUV 40.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 56 30 52 0 0.46 0.07 0.78 309.23 0.3 0.17
Hex 38 1E 34 0 2E 7 4E 135 1E 11
Octal 70 36 64 0 56 7 116 465 36 21
Binary 111000 11110 110100 0 101110 111 1001110 100110101 11110 10001

Color Harmonies of #381E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E34

Black with #381E34

Text Example


Text Example

White with #381E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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