Html Css Color HEX #35232F Melanzane

📋 copy color: '#35232F'

red 53 ◦ green 35 ◦ blue 47

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

Shades of Melanzane #35232F

Tints of Melanzane #35232F

RGB

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

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

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

R = 39.26%
G = 25.93%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35232F (or 0x35232F) is known color: Melanzane. HEX triplet: 35, 23 and 2F. RGB value is (53,35,47). Sum of RGB (Red+Green+Blue) = 53+35+47=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #35232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35232F is #CADCD0. Grayscale: #292929. Windows color (decimal): -13294801 or 3089205. OLE color: 3089205.

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

Color convert

RGB 53 35 47 -
CMYK 0 0.34 0.11 0.79
HSL 320º 0.2% 0.17% -
HSV(B) 320º 0.34% 0.21% -
XYZ 2.58 2.16 2.97 -
YUV 41.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 53 35 47 0 0.34 0.11 0.79 320 0.2 0.17
Hex 35 23 2F 0 22 B 4F 140 14 11
Octal 65 43 57 0 42 13 117 500 24 21
Binary 110101 100011 101111 0 100010 1011 1001111 101000000 10100 10001

Color Harmonies of #35232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35232F

Black with #35232F

Text Example


Text Example

White with #35232F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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