Html Css Color HEX #382834 Melanzane

📋 copy color: '#382834'

red 56 ◦ green 40 ◦ blue 52

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

Shades of Melanzane #382834

Tints of Melanzane #382834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.03%

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

R = 37.84%
G = 27.03%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#382834 (or 0x382834) is known color: Melanzane. HEX triplet: 38, 28 and 34. RGB value is (56,40,52). Sum of RGB (Red+Green+Blue) = 56+40+52=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #382834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382834 is #C7D7CB. Grayscale: #2E2E2E. Windows color (decimal): -13096908 or 3418168. OLE color: 3418168.

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

Color convert

RGB 56 40 52 -
CMYK 0 0.29 0.07 0.78
HSL 315º 0.17% 0.19% -
HSV(B) 315º 0.29% 0.22% -
XYZ 3.01 2.61 3.59 -
YUV 46.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 56 40 52 0 0.29 0.07 0.78 315 0.17 0.19
Hex 38 28 34 0 1D 7 4E 13B 11 13
Octal 70 50 64 0 35 7 116 473 21 23
Binary 111000 101000 110100 0 11101 111 1001110 100111011 10001 10011

Color Harmonies of #382834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382834

Black with #382834

Text Example


Text Example

White with #382834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382834; }

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

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

background-color css

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

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

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

border-color css

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

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

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