Html Css Color HEX #35132D Melanzane

📋 copy color: '#35132D'

red 53 ◦ green 19 ◦ blue 45

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

Shades of Melanzane #35132D

Tints of Melanzane #35132D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.24%

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

R = 45.3%
G = 16.24%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35132D (or 0x35132D) is known color: Melanzane. HEX triplet: 35, 13 and 2D. RGB value is (53,19,45). Sum of RGB (Red+Green+Blue) = 53+19+45=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 45 (17.97% from 255 or 38.46% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35132D is #CAECD2. Grayscale: #202020. Windows color (decimal): -13298899 or 2954037. OLE color: 2954037.

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

Color convert

RGB 53 19 45 -
CMYK 0 0.64 0.15 0.79
HSL 314.12º 0.47% 0.14% -
HSV(B) 314.12º 0.64% 0.21% -
XYZ 2.17 1.41 2.64 -
YUV 32.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 53 19 45 0 0.64 0.15 0.79 314.12 0.47 0.14
Hex 35 13 2D 0 40 F 4F 13A 2F E
Octal 65 23 55 0 100 17 117 472 57 16
Binary 110101 10011 101101 0 1000000 1111 1001111 100111010 101111 1110

Color Harmonies of #35132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35132D

Black with #35132D

Text Example


Text Example

White with #35132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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