Html Css Color HEX #35172E Melanzane

📋 copy color: '#35172E'

red 53 ◦ green 23 ◦ blue 46

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

Shades of Melanzane #35172E

Tints of Melanzane #35172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.85%

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

R = 43.44%
G = 18.85%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#35172E (or 0x35172E) is known color: Melanzane. HEX triplet: 35, 17 and 2E. RGB value is (53,23,46). Sum of RGB (Red+Green+Blue) = 53+23+46=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #35172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35172E is #CAE8D1. Grayscale: #222222. Windows color (decimal): -13297874 or 3020597. OLE color: 3020597.

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

Color convert

RGB 53 23 46 -
CMYK 0 0.57 0.13 0.79
HSL 314º 0.39% 0.15% -
HSV(B) 314º 0.57% 0.21% -
XYZ 2.27 1.57 2.77 -
YUV 34.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 53 23 46 0 0.57 0.13 0.79 314 0.39 0.15
Hex 35 17 2E 0 39 D 4F 13A 27 F
Octal 65 27 56 0 71 15 117 472 47 17
Binary 110101 10111 101110 0 111001 1101 1001111 100111010 100111 1111

Color Harmonies of #35172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35172E

Black with #35172E

Text Example


Text Example

White with #35172E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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