Html Css Color HEX #382B34 Melanzane

📋 copy color: '#382B34'

red 56 ◦ green 43 ◦ blue 52

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

Shades of Melanzane #382B34

Tints of Melanzane #382B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 34.44%

R = 37.09%
G = 28.48%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#382B34 (or 0x382B34) is known color: Melanzane. HEX triplet: 38, 2B and 34. RGB value is (56,43,52). Sum of RGB (Red+Green+Blue) = 56+43+52=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #382B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B34 is #C7D4CB. Grayscale: #2F2F2F. Windows color (decimal): -13096140 or 3418936. OLE color: 3418936.

HSL color Cylindrical-coordinate representation of color #382B34: hue angle of 318.46º 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 #382B34 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 43 52 -
CMYK 0 0.23 0.07 0.78
HSL 318.46º 0.13% 0.19% -
HSV(B) 318.46º 0.23% 0.22% -
XYZ 3.11 2.82 3.63 -
YUV 47.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 56 43 52 0 0.23 0.07 0.78 318.46 0.13 0.19
Hex 38 2B 34 0 17 7 4E 13E D 13
Octal 70 53 64 0 27 7 116 476 15 23
Binary 111000 101011 110100 0 10111 111 1001110 100111110 1101 10011

Color Harmonies of #382B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B34

Black with #382B34

Text Example


Text Example

White with #382B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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