Html Css Color HEX #381F34 Mardi Gras

📋 copy color: '#381F34'

red 56 ◦ green 31 ◦ blue 52

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

Shades of Mardi Gras #381F34

Tints of Mardi Gras #381F34

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.3%

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

R = 40.29%
G = 22.3%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#381F34 (or 0x381F34) is known color: Mardi Gras. HEX triplet: 38, 1F and 34. RGB value is (56,31,52). Sum of RGB (Red+Green+Blue) = 56+31+52=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 31 (12.5% from 255 or 22.30% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #381F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F34 is #C7E0CB. Grayscale: #282828. Windows color (decimal): -13099212 or 3415864. OLE color: 3415864.

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

Color convert

RGB 56 31 52 -
CMYK 0 0.45 0.07 0.78
HSL 309.6º 0.29% 0.17% -
HSV(B) 309.6º 0.45% 0.22% -
XYZ 2.74 2.07 3.5 -
YUV 40.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 56 31 52 0 0.45 0.07 0.78 309.6 0.29 0.17
Hex 38 1F 34 0 2D 7 4E 136 1D 11
Octal 70 37 64 0 55 7 116 466 35 21
Binary 111000 11111 110100 0 101101 111 1001110 100110110 11101 10001

Color Harmonies of #381F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F34

Black with #381F34

Text Example


Text Example

White with #381F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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