Html Css Color HEX #382B36 Melanzane

📋 copy color: '#382B36'

red 56 ◦ green 43 ◦ blue 54

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

Shades of Melanzane #382B36

Tints of Melanzane #382B36

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.1%

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

R = 36.6%
G = 28.1%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#382B36 (or 0x382B36) is known color: Melanzane. HEX triplet: 38, 2B and 36. RGB value is (56,43,54). Sum of RGB (Red+Green+Blue) = 56+43+54=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #382B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B36 is #C7D4C9. Grayscale: #303030. Windows color (decimal): -13096138 or 3550008. OLE color: 3550008.

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

Color convert

RGB 56 43 54 -
CMYK 0 0.23 0.04 0.78
HSL 309.23º 0.13% 0.19% -
HSV(B) 309.23º 0.23% 0.22% -
XYZ 3.16 2.83 3.87 -
YUV 48.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 56 43 54 0 0.23 0.04 0.78 309.23 0.13 0.19
Hex 38 2B 36 0 17 4 4E 135 D 13
Octal 70 53 66 0 27 4 116 465 15 23
Binary 111000 101011 110110 0 10111 100 1001110 100110101 1101 10011

Color Harmonies of #382B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B36

Black with #382B36

Text Example


Text Example

White with #382B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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