Html Css Color HEX #381B31 Melanzane

📋 copy color: '#381B31'

red 56 ◦ green 27 ◦ blue 49

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

Shades of Melanzane #381B31

Tints of Melanzane #381B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.45%

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

R = 42.42%
G = 20.45%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#381B31 (or 0x381B31) is known color: Melanzane. HEX triplet: 38, 1B and 31. RGB value is (56,27,49). Sum of RGB (Red+Green+Blue) = 56+27+49=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #381B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B31 is #C7E4CE. Grayscale: #262626. Windows color (decimal): -13100239 or 3218232. OLE color: 3218232.

HSL color Cylindrical-coordinate representation of color #381B31: hue angle of 314.48º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B31 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 27 49 -
CMYK 0 0.52 0.12 0.78
HSL 314.48º 0.35% 0.16% -
HSV(B) 314.48º 0.52% 0.22% -
XYZ 2.58 1.85 3.13 -
YUV 38.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 56 27 49 0 0.52 0.12 0.78 314.48 0.35 0.16
Hex 38 1B 31 0 34 C 4E 13A 23 10
Octal 70 33 61 0 64 14 116 472 43 20
Binary 111000 11011 110001 0 110100 1100 1001110 100111010 100011 10000

Color Harmonies of #381B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B31

Black with #381B31

Text Example


Text Example

White with #381B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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