Html Css Color HEX #382A35 Melanzane

📋 copy color: '#382A35'

red 56 ◦ green 42 ◦ blue 53

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

Shades of Melanzane #382A35

Tints of Melanzane #382A35

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.81%

 BLUE value IS 53 (21.09% from 255) = 35.1%

R = 37.09%
G = 27.81%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#382A35 (or 0x382A35) is known color: Melanzane. HEX triplet: 38, 2A and 35. RGB value is (56,42,53). Sum of RGB (Red+Green+Blue) = 56+42+53=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 56 - color contains mainly: red. Hex color #382A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A35 is #C7D5CA. Grayscale: #2F2F2F. Windows color (decimal): -13096395 or 3484216. OLE color: 3484216.

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

Color convert

RGB 56 42 53 -
CMYK 0 0.25 0.05 0.78
HSL 312.86º 0.14% 0.19% -
HSV(B) 312.86º 0.25% 0.22% -
XYZ 3.1 2.75 3.74 -
YUV 47.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 56 42 53 0 0.25 0.05 0.78 312.86 0.14 0.19
Hex 38 2A 35 0 19 5 4E 139 E 13
Octal 70 52 65 0 31 5 116 471 16 23
Binary 111000 101010 110101 0 11001 101 1001110 100111001 1110 10011

Color Harmonies of #382A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A35

Black with #382A35

Text Example


Text Example

White with #382A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,42,53); }

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

background-color css

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

 a { background-color: rgb(56,42,53); }

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

border-color css

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

 span { border-color: rgb(56,42,53); }

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