Html Css Color HEX #382935 Melanzane

📋 copy color: '#382935'

red 56 ◦ green 41 ◦ blue 53

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

Shades of Melanzane #382935

Tints of Melanzane #382935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.33%

R = 37.33%
G = 27.33%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#382935 (or 0x382935) is known color: Melanzane. HEX triplet: 38, 29 and 35. RGB value is (56,41,53). Sum of RGB (Red+Green+Blue) = 56+41+53=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 56 - color contains mainly: red. Hex color #382935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382935 is #C7D6CA. Grayscale: #2E2E2E. Windows color (decimal): -13096651 or 3483960. OLE color: 3483960.

HSL color Cylindrical-coordinate representation of color #382935: hue angle of 312º 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 #382935 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 53 -
CMYK 0 0.27 0.05 0.78
HSL 312º 0.15% 0.19% -
HSV(B) 312º 0.27% 0.22% -
XYZ 3.07 2.68 3.72 -
YUV 46.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 56 41 53 0 0.27 0.05 0.78 312 0.15 0.19
Hex 38 29 35 0 1B 5 4E 138 F 13
Octal 70 51 65 0 33 5 116 470 17 23
Binary 111000 101001 110101 0 11011 101 1001110 100111000 1111 10011

Color Harmonies of #382935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382935

Black with #382935

Text Example


Text Example

White with #382935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382935; }

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

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

background-color css

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

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

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

border-color css

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

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

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