Html Css Color HEX #35172D Melanzane

📋 copy color: '#35172D'

red 53 ◦ green 23 ◦ blue 45

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

Shades of Melanzane #35172D

Tints of Melanzane #35172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.19%

R = 43.8%
G = 19.01%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35172D (or 0x35172D) is known color: Melanzane. HEX triplet: 35, 17 and 2D. RGB value is (53,23,45). Sum of RGB (Red+Green+Blue) = 53+23+45=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #35172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35172D is #CAE8D2. Grayscale: #222222. Windows color (decimal): -13297875 or 2955061. OLE color: 2955061.

HSL color Cylindrical-coordinate representation of color #35172D: hue angle of 316º 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 #35172D is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 23 45 -
CMYK 0 0.57 0.15 0.79
HSL 316º 0.39% 0.15% -
HSV(B) 316º 0.57% 0.21% -
XYZ 2.25 1.56 2.67 -
YUV 34.48 133.94 141.21 -
System Red Green Blue C M Y K H S L
Decimal 53 23 45 0 0.57 0.15 0.79 316 0.39 0.15
Hex 35 17 2D 0 39 F 4F 13C 27 F
Octal 65 27 55 0 71 17 117 474 47 17
Binary 110101 10111 101101 0 111001 1111 1001111 100111100 100111 1111

Color Harmonies of #35172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35172D

Black with #35172D

Text Example


Text Example

White with #35172D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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