Html Css Color HEX #381832 Melanzane

📋 copy color: '#381832'

red 56 ◦ green 24 ◦ blue 50

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

Shades of Melanzane #381832

Tints of Melanzane #381832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.46%

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

R = 43.08%
G = 18.46%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#381832 (or 0x381832) is known color: Melanzane. HEX triplet: 38, 18 and 32. RGB value is (56,24,50). Sum of RGB (Red+Green+Blue) = 56+24+50=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #381832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381832 is #C7E7CD. Grayscale: #242424. Windows color (decimal): -13101006 or 3283000. OLE color: 3283000.

HSL color Cylindrical-coordinate representation of color #381832: hue angle of 311.25º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381832 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 50 -
CMYK 0 0.57 0.11 0.78
HSL 311.25º 0.4% 0.16% -
HSV(B) 311.25º 0.57% 0.22% -
XYZ 2.53 1.72 3.22 -
YUV 36.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 56 24 50 0 0.57 0.11 0.78 311.25 0.4 0.16
Hex 38 18 32 0 39 B 4E 137 28 10
Octal 70 30 62 0 71 13 116 467 50 20
Binary 111000 11000 110010 0 111001 1011 1001110 100110111 101000 10000

Color Harmonies of #381832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381832

Black with #381832

Text Example


Text Example

White with #381832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381832; }

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

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

background-color css

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

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

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

border-color css

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

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

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