Html Css Color HEX #35202F Melanzane

📋 copy color: '#35202F'

red 53 ◦ green 32 ◦ blue 47

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

Shades of Melanzane #35202F

Tints of Melanzane #35202F

RGB

 RED value IS 53 (21.09% from 255) = 40.15%

 GREEN value IS 32 (12.89% from 255) = 24.24%

 BLUE value IS 47 (18.75% from 255) = 35.61%

R = 40.15%
G = 24.24%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35202F (or 0x35202F) is known color: Melanzane. HEX triplet: 35, 20 and 2F. RGB value is (53,32,47). Sum of RGB (Red+Green+Blue) = 53+32+47=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #35202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35202F is #CADFD0. Grayscale: #272727. Windows color (decimal): -13295569 or 3088437. OLE color: 3088437.

HSL color Cylindrical-coordinate representation of color #35202F: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35202F is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 32 47 -
CMYK 0 0.40 0.11 0.79
HSL 317.14º 0.25% 0.17% -
HSV(B) 317.14º 0.4% 0.21% -
XYZ 2.5 2 2.94 -
YUV 39.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 53 32 47 0 0.40 0.11 0.79 317.14 0.25 0.17
Hex 35 20 2F 0 28 B 4F 13D 19 11
Octal 65 40 57 0 50 13 117 475 31 21
Binary 110101 100000 101111 0 101000 1011 1001111 100111101 11001 10001

Color Harmonies of #35202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35202F

Black with #35202F

Text Example


Text Example

White with #35202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35202F; }

 p { color: rgb(53,32,47); }

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

background-color css

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

 a { background-color: rgb(53,32,47); }

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

border-color css

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

 span { border-color: rgb(53,32,47); }

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