Html Css Color HEX #35202D Melanzane

📋 copy color: '#35202D'

red 53 ◦ green 32 ◦ blue 45

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

Shades of Melanzane #35202D

Tints of Melanzane #35202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.62%

R = 40.77%
G = 24.62%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35202D (or 0x35202D) is known color: Melanzane. HEX triplet: 35, 20 and 2D. RGB value is (53,32,45). Sum of RGB (Red+Green+Blue) = 53+32+45=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #35202D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35202D is #CADFD2. Grayscale: #272727. Windows color (decimal): -13295571 or 2957365. OLE color: 2957365.

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

Color convert

RGB 53 32 45 -
CMYK 0 0.40 0.15 0.79
HSL 322.86º 0.25% 0.17% -
HSV(B) 322.86º 0.4% 0.21% -
XYZ 2.46 1.98 2.74 -
YUV 39.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 53 32 45 0 0.40 0.15 0.79 322.86 0.25 0.17
Hex 35 20 2D 0 28 F 4F 143 19 11
Octal 65 40 55 0 50 17 117 503 31 21
Binary 110101 100000 101101 0 101000 1111 1001111 101000011 11001 10001

Color Harmonies of #35202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35202D

Black with #35202D

Text Example


Text Example

White with #35202D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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