Html Css Color HEX #381B32 Melanzane

📋 copy color: '#381B32'

red 56 ◦ green 27 ◦ blue 50

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

Shades of Melanzane #381B32

Tints of Melanzane #381B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.59%

R = 42.11%
G = 20.3%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#381B32 (or 0x381B32) is known color: Melanzane. HEX triplet: 38, 1B and 32. RGB value is (56,27,50). Sum of RGB (Red+Green+Blue) = 56+27+50=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #381B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B32 is #C7E4CD. Grayscale: #262626. Windows color (decimal): -13100238 or 3283768. OLE color: 3283768.

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

Color convert

RGB 56 27 50 -
CMYK 0 0.52 0.11 0.78
HSL 312.41º 0.35% 0.16% -
HSV(B) 312.41º 0.52% 0.22% -
XYZ 2.6 1.85 3.24 -
YUV 38.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 56 27 50 0 0.52 0.11 0.78 312.41 0.35 0.16
Hex 38 1B 32 0 34 B 4E 138 23 10
Octal 70 33 62 0 64 13 116 470 43 20
Binary 111000 11011 110010 0 110100 1011 1001110 100111000 100011 10000

Color Harmonies of #381B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381B32

Black with #381B32

Text Example


Text Example

White with #381B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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