Html Css Color HEX #35192C Melanzane

📋 copy color: '#35192C'

red 53 ◦ green 25 ◦ blue 44

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

Shades of Melanzane #35192C

Tints of Melanzane #35192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.49%

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

R = 43.44%
G = 20.49%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#35192C (or 0x35192C) is known color: Melanzane. HEX triplet: 35, 19 and 2C. RGB value is (53,25,44). Sum of RGB (Red+Green+Blue) = 53+25+44=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #35192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35192C is #CAE6D3. Grayscale: #232323. Windows color (decimal): -13297364 or 2890037. OLE color: 2890037.

HSL color Cylindrical-coordinate representation of color #35192C: hue angle of 319.29º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35192C is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 25 44 -
CMYK 0 0.53 0.17 0.79
HSL 319.29º 0.36% 0.15% -
HSV(B) 319.29º 0.53% 0.21% -
XYZ 2.27 1.63 2.58 -
YUV 35.54 132.78 140.46 -
System Red Green Blue C M Y K H S L
Decimal 53 25 44 0 0.53 0.17 0.79 319.29 0.36 0.15
Hex 35 19 2C 0 35 11 4F 13F 24 F
Octal 65 31 54 0 65 21 117 477 44 17
Binary 110101 11001 101100 0 110101 10001 1001111 100111111 100100 1111

Color Harmonies of #35192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35192C

Black with #35192C

Text Example


Text Example

White with #35192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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