Html Css Color HEX #35142C Melanzane

📋 copy color: '#35142C'

red 53 ◦ green 20 ◦ blue 44

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

Shades of Melanzane #35142C

Tints of Melanzane #35142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

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

R = 45.3%
G = 17.09%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#35142C (or 0x35142C) is known color: Melanzane. HEX triplet: 35, 14 and 2C. RGB value is (53,20,44). Sum of RGB (Red+Green+Blue) = 53+20+44=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #35142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35142C is #CAEBD3. Grayscale: #202020. Windows color (decimal): -13298644 or 2888757. OLE color: 2888757.

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

Color convert

RGB 53 20 44 -
CMYK 0 0.62 0.17 0.79
HSL 316.36º 0.45% 0.14% -
HSV(B) 316.36º 0.62% 0.21% -
XYZ 2.17 1.44 2.55 -
YUV 32.6 134.43 142.55 -
System Red Green Blue C M Y K H S L
Decimal 53 20 44 0 0.62 0.17 0.79 316.36 0.45 0.14
Hex 35 14 2C 0 3E 11 4F 13C 2D E
Octal 65 24 54 0 76 21 117 474 55 16
Binary 110101 10100 101100 0 111110 10001 1001111 100111100 101101 1110

Color Harmonies of #35142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35142C

Black with #35142C

Text Example


Text Example

White with #35142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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