Html Css Color HEX #35192D Melanzane

📋 copy color: '#35192D'

red 53 ◦ green 25 ◦ blue 45

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

Shades of Melanzane #35192D

Tints of Melanzane #35192D

RGB

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

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

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

R = 43.09%
G = 20.33%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35192D (or 0x35192D) is known color: Melanzane. HEX triplet: 35, 19 and 2D. RGB value is (53,25,45). Sum of RGB (Red+Green+Blue) = 53+25+45=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #35192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35192D is #CAE6D2. Grayscale: #232323. Windows color (decimal): -13297363 or 2955573. OLE color: 2955573.

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

Color convert

RGB 53 25 45 -
CMYK 0 0.53 0.15 0.79
HSL 317.14º 0.36% 0.15% -
HSV(B) 317.14º 0.53% 0.21% -
XYZ 2.29 1.64 2.68 -
YUV 35.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 53 25 45 0 0.53 0.15 0.79 317.14 0.36 0.15
Hex 35 19 2D 0 35 F 4F 13D 24 F
Octal 65 31 55 0 65 17 117 475 44 17
Binary 110101 11001 101101 0 110101 1111 1001111 100111101 100100 1111

Color Harmonies of #35192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35192D

Black with #35192D

Text Example


Text Example

White with #35192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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