Html Css Color HEX #382534 Melanzane

📋 copy color: '#382534'

red 56 ◦ green 37 ◦ blue 52

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

Shades of Melanzane #382534

Tints of Melanzane #382534

RGB

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

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

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

R = 38.62%
G = 25.52%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#382534 (or 0x382534) is known color: Melanzane. HEX triplet: 38, 25 and 34. RGB value is (56,37,52). Sum of RGB (Red+Green+Blue) = 56+37+52=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382534 is #C7DACB. Grayscale: #2C2C2C. Windows color (decimal): -13097676 or 3417400. OLE color: 3417400.

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

Color convert

RGB 56 37 52 -
CMYK 0 0.34 0.07 0.78
HSL 312.63º 0.2% 0.18% -
HSV(B) 312.63º 0.34% 0.22% -
XYZ 2.91 2.41 3.56 -
YUV 44.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 56 37 52 0 0.34 0.07 0.78 312.63 0.2 0.18
Hex 38 25 34 0 22 7 4E 139 14 12
Octal 70 45 64 0 42 7 116 471 24 22
Binary 111000 100101 110100 0 100010 111 1001110 100111001 10100 10010

Color Harmonies of #382534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382534

Black with #382534

Text Example


Text Example

White with #382534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382534; }

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

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

background-color css

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

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

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

border-color css

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

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

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