Html Css Color HEX #382934 Melanzane

📋 copy color: '#382934'

red 56 ◦ green 41 ◦ blue 52

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

Shades of Melanzane #382934

Tints of Melanzane #382934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 52 (20.7% from 255) = 34.9%

R = 37.58%
G = 27.52%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#382934 (or 0x382934) is known color: Melanzane. HEX triplet: 38, 29 and 34. RGB value is (56,41,52). Sum of RGB (Red+Green+Blue) = 56+41+52=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382934 is #C7D6CB. Grayscale: #2E2E2E. Windows color (decimal): -13096652 or 3418424. OLE color: 3418424.

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

Color convert

RGB 56 41 52 -
CMYK 0 0.27 0.07 0.78
HSL 316º 0.15% 0.19% -
HSV(B) 316º 0.27% 0.22% -
XYZ 3.04 2.67 3.6 -
YUV 46.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 56 41 52 0 0.27 0.07 0.78 316 0.15 0.19
Hex 38 29 34 0 1B 7 4E 13C F 13
Octal 70 51 64 0 33 7 116 474 17 23
Binary 111000 101001 110100 0 11011 111 1001110 100111100 1111 10011

Color Harmonies of #382934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382934

Black with #382934

Text Example


Text Example

White with #382934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382934; }

 p { color: rgb(56,41,52); }

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

background-color css

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

 a { background-color: rgb(56,41,52); }

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

border-color css

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

 span { border-color: rgb(56,41,52); }

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