Html Css Color HEX #35232E Melanzane

📋 copy color: '#35232E'

red 53 ◦ green 35 ◦ blue 46

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

Shades of Melanzane #35232E

Tints of Melanzane #35232E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 39.55%
G = 26.12%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#35232E (or 0x35232E) is known color: Melanzane. HEX triplet: 35, 23 and 2E. RGB value is (53,35,46). Sum of RGB (Red+Green+Blue) = 53+35+46=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #35232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35232E is #CADCD1. Grayscale: #292929. Windows color (decimal): -13294802 or 3023669. OLE color: 3023669.

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

Color convert

RGB 53 35 46 -
CMYK 0 0.34 0.13 0.79
HSL 323.33º 0.2% 0.17% -
HSV(B) 323.33º 0.34% 0.21% -
XYZ 2.56 2.16 2.87 -
YUV 41.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 53 35 46 0 0.34 0.13 0.79 323.33 0.2 0.17
Hex 35 23 2E 0 22 D 4F 143 14 11
Octal 65 43 56 0 42 15 117 503 24 21
Binary 110101 100011 101110 0 100010 1101 1001111 101000011 10100 10001

Color Harmonies of #35232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35232E

Black with #35232E

Text Example


Text Example

White with #35232E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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