Html Css Color HEX #373235 Melanzane

📋 copy color: '#373235'

red 55 ◦ green 50 ◦ blue 53

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

Shades of Melanzane #373235

Tints of Melanzane #373235

RGB

 RED value IS 55 (21.88% from 255) = 34.81%

 GREEN value IS 50 (19.92% from 255) = 31.65%

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

R = 34.81%
G = 31.65%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#373235 (or 0x373235) is known color: Melanzane. HEX triplet: 37, 32 and 35. RGB value is (55,50,53). Sum of RGB (Red+Green+Blue) = 55+50+53=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 55 - color contains mainly: red. Hex color #373235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373235 is #C8CDCA. Grayscale: #333333. Windows color (decimal): -13159883 or 3486263. OLE color: 3486263.

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

Color convert

RGB 55 50 53 -
CMYK 0 0.09 0.04 0.78
HSL 324º 0.05% 0.21% -
HSV(B) 324º 0.09% 0.22% -
XYZ 3.36 3.35 3.84 -
YUV 51.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 55 50 53 0 0.09 0.04 0.78 324 0.05 0.21
Hex 37 32 35 0 9 4 4E 144 5 15
Octal 67 62 65 0 11 4 116 504 5 25
Binary 110111 110010 110101 0 1001 100 1001110 101000100 101 10101

Color Harmonies of #373235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373235

Black with #373235

Text Example


Text Example

White with #373235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373235; }

 p { color: rgb(55,50,53); }

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

background-color css

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

 a { background-color: rgb(55,50,53); }

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

border-color css

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

 span { border-color: rgb(55,50,53); }

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