Html Css Color HEX #382F36 Melanzane

📋 copy color: '#382F36'

red 56 ◦ green 47 ◦ blue 54

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

Shades of Melanzane #382F36

Tints of Melanzane #382F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.94%

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

R = 35.67%
G = 29.94%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#382F36 (or 0x382F36) is known color: Melanzane. HEX triplet: 38, 2F and 36. RGB value is (56,47,54). Sum of RGB (Red+Green+Blue) = 56+47+54=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #382F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F36 is #C7D0C9. Grayscale: #323232. Windows color (decimal): -13095114 or 3551032. OLE color: 3551032.

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

Color convert

RGB 56 47 54 -
CMYK 0 0.16 0.04 0.78
HSL 313.33º 0.09% 0.2% -
HSV(B) 313.33º 0.16% 0.22% -
XYZ 3.31 3.14 3.92 -
YUV 50.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 56 47 54 0 0.16 0.04 0.78 313.33 0.09 0.2
Hex 38 2F 36 0 10 4 4E 139 9 14
Octal 70 57 66 0 20 4 116 471 11 24
Binary 111000 101111 110110 0 10000 100 1001110 100111001 1001 10100

Color Harmonies of #382F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382F36

Black with #382F36

Text Example


Text Example

White with #382F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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