Html Css Color HEX #382535 Melanzane

📋 copy color: '#382535'

red 56 ◦ green 37 ◦ blue 53

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

Shades of Melanzane #382535

Tints of Melanzane #382535

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

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

R = 38.36%
G = 25.34%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#382535 (or 0x382535) is known color: Melanzane. HEX triplet: 38, 25 and 35. RGB value is (56,37,53). Sum of RGB (Red+Green+Blue) = 56+37+53=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382535 is #C7DACA. Grayscale: #2C2C2C. Windows color (decimal): -13097675 or 3482936. OLE color: 3482936.

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

Color convert

RGB 56 37 53 -
CMYK 0 0.34 0.05 0.78
HSL 309.47º 0.2% 0.18% -
HSV(B) 309.47º 0.34% 0.22% -
XYZ 2.94 2.42 3.68 -
YUV 44.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 56 37 53 0 0.34 0.05 0.78 309.47 0.2 0.18
Hex 38 25 35 0 22 5 4E 135 14 12
Octal 70 45 65 0 42 5 116 465 24 22
Binary 111000 100101 110101 0 100010 101 1001110 100110101 10100 10010

Color Harmonies of #382535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382535

Black with #382535

Text Example


Text Example

White with #382535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382535; }

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

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

background-color css

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

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

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

border-color css

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

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

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