Html Css Color HEX #35112D Melanzane

📋 copy color: '#35112D'

red 53 ◦ green 17 ◦ blue 45

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

Shades of Melanzane #35112D

Tints of Melanzane #35112D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.78%

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

R = 46.09%
G = 14.78%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35112D (or 0x35112D) is known color: Melanzane. HEX triplet: 35, 11 and 2D. RGB value is (53,17,45). Sum of RGB (Red+Green+Blue) = 53+17+45=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35112D is #CAEED2. Grayscale: #1E1E1E. Windows color (decimal): -13299411 or 2953525. OLE color: 2953525.

HSL color Cylindrical-coordinate representation of color #35112D: hue angle of 313.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35112D is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 17 45 -
CMYK 0 0.68 0.15 0.79
HSL 313.33º 0.51% 0.14% -
HSV(B) 313.33º 0.68% 0.21% -
XYZ 2.14 1.35 2.63 -
YUV 30.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 53 17 45 0 0.68 0.15 0.79 313.33 0.51 0.14
Hex 35 11 2D 0 44 F 4F 139 33 E
Octal 65 21 55 0 104 17 117 471 63 16
Binary 110101 10001 101101 0 1000100 1111 1001111 100111001 110011 1110

Color Harmonies of #35112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35112D

Black with #35112D

Text Example


Text Example

White with #35112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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