Html Css Color HEX #383136 Melanzane

📋 copy color: '#383136'

red 56 ◦ green 49 ◦ blue 54

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

Shades of Melanzane #383136

Tints of Melanzane #383136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.82%

 BLUE value IS 54 (21.48% from 255) = 33.96%

R = 35.22%
G = 30.82%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#383136 (or 0x383136) is known color: Melanzane. HEX triplet: 38, 31 and 36. RGB value is (56,49,54). Sum of RGB (Red+Green+Blue) = 56+49+54=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 56 - color contains mainly: red. Hex color #383136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383136 is #C7CEC9. Grayscale: #333333. Windows color (decimal): -13094602 or 3551544. OLE color: 3551544.

HSL color Cylindrical-coordinate representation of color #383136: hue angle of 317.14º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383136 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 54 -
CMYK 0 0.12 0.04 0.78
HSL 317.14º 0.07% 0.21% -
HSV(B) 317.14º 0.13% 0.22% -
XYZ 3.4 3.3 3.95 -
YUV 51.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 56 49 54 0 0.12 0.04 0.78 317.14 0.07 0.21
Hex 38 31 36 0 C 4 4E 13D 7 15
Octal 70 61 66 0 14 4 116 475 7 25
Binary 111000 110001 110110 0 1100 100 1001110 100111101 111 10101

Color Harmonies of #383136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383136

Black with #383136

Text Example


Text Example

White with #383136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383136; }

 p { color: rgb(56,49,54); }

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

background-color css

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

 a { background-color: rgb(56,49,54); }

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

border-color css

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

 span { border-color: rgb(56,49,54); }

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