Html Css Color HEX #382533 Melanzane

📋 copy color: '#382533'

red 56 ◦ green 37 ◦ blue 51

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

Shades of Melanzane #382533

Tints of Melanzane #382533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 35.42%

R = 38.89%
G = 25.69%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#382533 (or 0x382533) is known color: Melanzane. HEX triplet: 38, 25 and 33. RGB value is (56,37,51). Sum of RGB (Red+Green+Blue) = 56+37+51=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382533 is #C7DACC. Grayscale: #2C2C2C. Windows color (decimal): -13097677 or 3351864. OLE color: 3351864.

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

Color convert

RGB 56 37 51 -
CMYK 0 0.34 0.09 0.78
HSL 315.79º 0.2% 0.18% -
HSV(B) 315.79º 0.34% 0.22% -
XYZ 2.89 2.4 3.44 -
YUV 44.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 56 37 51 0 0.34 0.09 0.78 315.79 0.2 0.18
Hex 38 25 33 0 22 9 4E 13C 14 12
Octal 70 45 63 0 42 11 116 474 24 22
Binary 111000 100101 110011 0 100010 1001 1001110 100111100 10100 10010

Color Harmonies of #382533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382533

Black with #382533

Text Example


Text Example

White with #382533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382533; }

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

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

background-color css

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

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

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

border-color css

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

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

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