Html Css Color HEX #35172C Melanzane

📋 copy color: '#35172C'

red 53 ◦ green 23 ◦ blue 44

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

Shades of Melanzane #35172C

Tints of Melanzane #35172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.67%

R = 44.17%
G = 19.17%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#35172C (or 0x35172C) is known color: Melanzane. HEX triplet: 35, 17 and 2C. RGB value is (53,23,44). Sum of RGB (Red+Green+Blue) = 53+23+44=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35172C is #CAE8D3. Grayscale: #222222. Windows color (decimal): -13297876 or 2889525. OLE color: 2889525.

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

Color convert

RGB 53 23 44 -
CMYK 0 0.57 0.17 0.79
HSL 318º 0.39% 0.15% -
HSV(B) 318º 0.57% 0.21% -
XYZ 2.23 1.55 2.56 -
YUV 34.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 53 23 44 0 0.57 0.17 0.79 318 0.39 0.15
Hex 35 17 2C 0 39 11 4F 13E 27 F
Octal 65 27 54 0 71 21 117 476 47 17
Binary 110101 10111 101100 0 111001 10001 1001111 100111110 100111 1111

Color Harmonies of #35172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35172C

Black with #35172C

Text Example


Text Example

White with #35172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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