Html Css Color HEX #35212E Melanzane

📋 copy color: '#35212E'

red 53 ◦ green 33 ◦ blue 46

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

Shades of Melanzane #35212E

Tints of Melanzane #35212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

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

R = 40.15%
G = 25%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#35212E (or 0x35212E) is known color: Melanzane. HEX triplet: 35, 21 and 2E. RGB value is (53,33,46). Sum of RGB (Red+Green+Blue) = 53+33+46=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #35212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35212E is #CADED1. Grayscale: #282828. Windows color (decimal): -13295314 or 3023157. OLE color: 3023157.

HSL color Cylindrical-coordinate representation of color #35212E: hue angle of 321º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35212E is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 46 -
CMYK 0 0.38 0.13 0.79
HSL 321º 0.23% 0.17% -
HSV(B) 321º 0.38% 0.21% -
XYZ 2.51 2.04 2.85 -
YUV 40.46 131.13 136.94 -
System Red Green Blue C M Y K H S L
Decimal 53 33 46 0 0.38 0.13 0.79 321 0.23 0.17
Hex 35 21 2E 0 26 D 4F 141 17 11
Octal 65 41 56 0 46 15 117 501 27 21
Binary 110101 100001 101110 0 100110 1101 1001111 101000001 10111 10001

Color Harmonies of #35212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35212E

Black with #35212E

Text Example


Text Example

White with #35212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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