Html Css Color HEX #382435 Melanzane

📋 copy color: '#382435'

red 56 ◦ green 36 ◦ blue 53

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

Shades of Melanzane #382435

Tints of Melanzane #382435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 38.62%
G = 24.83%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#382435 (or 0x382435) is known color: Melanzane. HEX triplet: 38, 24 and 35. RGB value is (56,36,53). Sum of RGB (Red+Green+Blue) = 56+36+53=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382435 is #C7DBCA. Grayscale: #2B2B2B. Windows color (decimal): -13097931 or 3482680. OLE color: 3482680.

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

Color convert

RGB 56 36 53 -
CMYK 0 0.36 0.05 0.78
HSL 309º 0.22% 0.18% -
HSV(B) 309º 0.36% 0.22% -
XYZ 2.9 2.36 3.67 -
YUV 43.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 56 36 53 0 0.36 0.05 0.78 309 0.22 0.18
Hex 38 24 35 0 24 5 4E 135 16 12
Octal 70 44 65 0 44 5 116 465 26 22
Binary 111000 100100 110101 0 100100 101 1001110 100110101 10110 10010

Color Harmonies of #382435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382435

Black with #382435

Text Example


Text Example

White with #382435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382435; }

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

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

background-color css

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

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

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

border-color css

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

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

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