Html Css Color HEX #35202E Melanzane

📋 copy color: '#35202E'

red 53 ◦ green 32 ◦ blue 46

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

Shades of Melanzane #35202E

Tints of Melanzane #35202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 35.11%

R = 40.46%
G = 24.43%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#35202E (or 0x35202E) is known color: Melanzane. HEX triplet: 35, 20 and 2E. RGB value is (53,32,46). Sum of RGB (Red+Green+Blue) = 53+32+46=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #35202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35202E is #CADFD1. Grayscale: #272727. Windows color (decimal): -13295570 or 3022901. OLE color: 3022901.

HSL color Cylindrical-coordinate representation of color #35202E: hue angle of 320º 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 #35202E is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 32 46 -
CMYK 0 0.40 0.13 0.79
HSL 320º 0.25% 0.17% -
HSV(B) 320º 0.4% 0.21% -
XYZ 2.48 1.99 2.84 -
YUV 39.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 53 32 46 0 0.40 0.13 0.79 320 0.25 0.17
Hex 35 20 2E 0 28 D 4F 140 19 11
Octal 65 40 56 0 50 15 117 500 31 21
Binary 110101 100000 101110 0 101000 1101 1001111 101000000 11001 10001

Color Harmonies of #35202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35202E

Black with #35202E

Text Example


Text Example

White with #35202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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