Html Css Color HEX #35162E Melanzane

📋 copy color: '#35162E'

red 53 ◦ green 22 ◦ blue 46

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

Shades of Melanzane #35162E

Tints of Melanzane #35162E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.18%

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

R = 43.8%
G = 18.18%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#35162E (or 0x35162E) is known color: Melanzane. HEX triplet: 35, 16 and 2E. RGB value is (53,22,46). Sum of RGB (Red+Green+Blue) = 53+22+46=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 46 (18.36% from 255 or 38.02% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35162E is #CAE9D1. Grayscale: #212121. Windows color (decimal): -13298130 or 3020341. OLE color: 3020341.

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

Color convert

RGB 53 22 46 -
CMYK 0 0.58 0.13 0.79
HSL 313.55º 0.41% 0.15% -
HSV(B) 313.55º 0.58% 0.21% -
XYZ 2.25 1.53 2.76 -
YUV 34.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 53 22 46 0 0.58 0.13 0.79 313.55 0.41 0.15
Hex 35 16 2E 0 3A D 4F 13A 29 F
Octal 65 26 56 0 72 15 117 472 51 17
Binary 110101 10110 101110 0 111010 1101 1001111 100111010 101001 1111

Color Harmonies of #35162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35162E

Black with #35162E

Text Example


Text Example

White with #35162E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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