Html Css Color HEX #382C35 Melanzane

📋 copy color: '#382C35'

red 56 ◦ green 44 ◦ blue 53

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

Shades of Melanzane #382C35

Tints of Melanzane #382C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.76%

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

R = 36.6%
G = 28.76%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#382C35 (or 0x382C35) is known color: Melanzane. HEX triplet: 38, 2C and 35. RGB value is (56,44,53). Sum of RGB (Red+Green+Blue) = 56+44+53=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 56 - color contains mainly: red. Hex color #382C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382C35 is #C7D3CA. Grayscale: #303030. Windows color (decimal): -13095883 or 3484728. OLE color: 3484728.

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

Color convert

RGB 56 44 53 -
CMYK 0 0.21 0.05 0.78
HSL 315º 0.12% 0.2% -
HSV(B) 315º 0.21% 0.22% -
XYZ 3.17 2.9 3.76 -
YUV 48.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 56 44 53 0 0.21 0.05 0.78 315 0.12 0.2
Hex 38 2C 35 0 15 5 4E 13B C 14
Octal 70 54 65 0 25 5 116 473 14 24
Binary 111000 101100 110101 0 10101 101 1001110 100111011 1100 10100

Color Harmonies of #382C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C35

Black with #382C35

Text Example


Text Example

White with #382C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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