Html Css Color HEX #382735 Melanzane

📋 copy color: '#382735'

red 56 ◦ green 39 ◦ blue 53

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

Shades of Melanzane #382735

Tints of Melanzane #382735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 37.84%
G = 26.35%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#382735 (or 0x382735) is known color: Melanzane. HEX triplet: 38, 27 and 35. RGB value is (56,39,53). Sum of RGB (Red+Green+Blue) = 56+39+53=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #382735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382735 is #C7D8CA. Grayscale: #2D2D2D. Windows color (decimal): -13097163 or 3483448. OLE color: 3483448.

HSL color Cylindrical-coordinate representation of color #382735: hue angle of 310.59º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #382735 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 39 53 -
CMYK 0 0.30 0.05 0.78
HSL 310.59º 0.18% 0.19% -
HSV(B) 310.59º 0.3% 0.22% -
XYZ 3 2.55 3.7 -
YUV 45.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 56 39 53 0 0.30 0.05 0.78 310.59 0.18 0.19
Hex 38 27 35 0 1E 5 4E 137 12 13
Octal 70 47 65 0 36 5 116 467 22 23
Binary 111000 100111 110101 0 11110 101 1001110 100110111 10010 10011

Color Harmonies of #382735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382735

Black with #382735

Text Example


Text Example

White with #382735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382735; }

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

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

background-color css

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

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

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

border-color css

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

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

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