Html Css Color HEX #381731 Melanzane

📋 copy color: '#381731'

red 56 ◦ green 23 ◦ blue 49

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

Shades of Melanzane #381731

Tints of Melanzane #381731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.97%

 BLUE value IS 49 (19.53% from 255) = 38.28%

R = 43.75%
G = 17.97%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#381731 (or 0x381731) is known color: Melanzane. HEX triplet: 38, 17 and 31. RGB value is (56,23,49). Sum of RGB (Red+Green+Blue) = 56+23+49=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381731 is #C7E8CE. Grayscale: #232323. Windows color (decimal): -13101263 or 3217208. OLE color: 3217208.

HSL color Cylindrical-coordinate representation of color #381731: hue angle of 312.73º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381731 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 23 49 -
CMYK 0 0.59 0.12 0.78
HSL 312.73º 0.42% 0.15% -
HSV(B) 312.73º 0.59% 0.22% -
XYZ 2.49 1.68 3.1 -
YUV 35.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 56 23 49 0 0.59 0.12 0.78 312.73 0.42 0.15
Hex 38 17 31 0 3B C 4E 139 2A F
Octal 70 27 61 0 73 14 116 471 52 17
Binary 111000 10111 110001 0 111011 1100 1001110 100111001 101010 1111

Color Harmonies of #381731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381731

Black with #381731

Text Example


Text Example

White with #381731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381731; }

 p { color: rgb(56,23,49); }

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

background-color css

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

 a { background-color: rgb(56,23,49); }

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

border-color css

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

 span { border-color: rgb(56,23,49); }

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