Html Css Color HEX #383035 Melanzane

📋 copy color: '#383035'

red 56 ◦ green 48 ◦ blue 53

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

Shades of Melanzane #383035

Tints of Melanzane #383035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.57%

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

R = 35.67%
G = 30.57%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.78

RGB Variations

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

Color information

#383035 (or 0x383035) is known color: Melanzane. HEX triplet: 38, 30 and 35. RGB value is (56,48,53). Sum of RGB (Red+Green+Blue) = 56+48+53=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #383035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383035 is #C7CFCA. Grayscale: #323232. Windows color (decimal): -13094859 or 3485752. OLE color: 3485752.

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

Color convert

RGB 56 48 53 -
CMYK 0 0.14 0.05 0.78
HSL 322.5º 0.08% 0.2% -
HSV(B) 322.5º 0.14% 0.22% -
XYZ 3.33 3.21 3.81 -
YUV 50.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 56 48 53 0 0.14 0.05 0.78 322.5 0.08 0.2
Hex 38 30 35 0 E 5 4E 142 8 14
Octal 70 60 65 0 16 5 116 502 10 24
Binary 111000 110000 110101 0 1110 101 1001110 101000010 1000 10100

Color Harmonies of #383035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383035

Black with #383035

Text Example


Text Example

White with #383035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383035; }

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

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

background-color css

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

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

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

border-color css

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

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

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