Html Css Color HEX #382835 Melanzane

📋 copy color: '#382835'

red 56 ◦ green 40 ◦ blue 53

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

Shades of Melanzane #382835

Tints of Melanzane #382835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.85%

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

R = 37.58%
G = 26.85%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#382835 (or 0x382835) is known color: Melanzane. HEX triplet: 38, 28 and 35. RGB value is (56,40,53). Sum of RGB (Red+Green+Blue) = 56+40+53=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382835 is #C7D7CA. Grayscale: #2E2E2E. Windows color (decimal): -13096907 or 3483704. OLE color: 3483704.

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

Color convert

RGB 56 40 53 -
CMYK 0 0.29 0.05 0.78
HSL 311.25º 0.17% 0.19% -
HSV(B) 311.25º 0.29% 0.22% -
XYZ 3.03 2.62 3.71 -
YUV 46.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 56 40 53 0 0.29 0.05 0.78 311.25 0.17 0.19
Hex 38 28 35 0 1D 5 4E 137 11 13
Octal 70 50 65 0 35 5 116 467 21 23
Binary 111000 101000 110101 0 11101 101 1001110 100110111 10001 10011

Color Harmonies of #382835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382835

Black with #382835

Text Example


Text Example

White with #382835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382835; }

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

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

background-color css

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

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

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

border-color css

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

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

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