Html Css Color HEX #383336 Melanzane

📋 copy color: '#383336'

red 56 ◦ green 51 ◦ blue 54

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

Shades of Melanzane #383336

Tints of Melanzane #383336

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

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

R = 34.78%
G = 31.68%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#383336 (or 0x383336) is known color: Melanzane. HEX triplet: 38, 33 and 36. RGB value is (56,51,54). Sum of RGB (Red+Green+Blue) = 56+51+54=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 56 - color contains mainly: red. Hex color #383336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383336 is #C7CCC9. Grayscale: #343434. Windows color (decimal): -13094090 or 3552056. OLE color: 3552056.

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

Color convert

RGB 56 51 54 -
CMYK 0 0.09 0.04 0.78
HSL 324º 0.05% 0.21% -
HSV(B) 324º 0.09% 0.22% -
XYZ 3.48 3.47 3.98 -
YUV 52.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 56 51 54 0 0.09 0.04 0.78 324 0.05 0.21
Hex 38 33 36 0 9 4 4E 144 5 15
Octal 70 63 66 0 11 4 116 504 5 25
Binary 111000 110011 110110 0 1001 100 1001110 101000100 101 10101

Color Harmonies of #383336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383336

Black with #383336

Text Example


Text Example

White with #383336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383336; }

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

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

background-color css

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

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

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

border-color css

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

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

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