Html Css Color HEX #381531 Melanzane

📋 copy color: '#381531'

red 56 ◦ green 21 ◦ blue 49

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

Shades of Melanzane #381531

Tints of Melanzane #381531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 44.44%
G = 16.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#381531 (or 0x381531) is known color: Melanzane. HEX triplet: 38, 15 and 31. RGB value is (56,21,49). Sum of RGB (Red+Green+Blue) = 56+21+49=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #381531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381531 is #C7EACE. Grayscale: #222222. Windows color (decimal): -13101775 or 3216696. OLE color: 3216696.

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

Color convert

RGB 56 21 49 -
CMYK 0 0.63 0.12 0.78
HSL 312º 0.45% 0.15% -
HSV(B) 312º 0.63% 0.22% -
XYZ 2.45 1.6 3.09 -
YUV 34.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 56 21 49 0 0.63 0.12 0.78 312 0.45 0.15
Hex 38 15 31 0 3F C 4E 138 2D F
Octal 70 25 61 0 77 14 116 470 55 17
Binary 111000 10101 110001 0 111111 1100 1001110 100111000 101101 1111

Color Harmonies of #381531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381531

Black with #381531

Text Example


Text Example

White with #381531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381531; }

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

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

background-color css

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

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

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

border-color css

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

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

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