Html Css Color HEX #35152C Melanzane

📋 copy color: '#35152C'

red 53 ◦ green 21 ◦ blue 44

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

Shades of Melanzane #35152C

Tints of Melanzane #35152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

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

R = 44.92%
G = 17.8%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#35152C (or 0x35152C) is known color: Melanzane. HEX triplet: 35, 15 and 2C. RGB value is (53,21,44). Sum of RGB (Red+Green+Blue) = 53+21+44=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35152C is #CAEAD3. Grayscale: #212121. Windows color (decimal): -13298388 or 2889013. OLE color: 2889013.

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

Color convert

RGB 53 21 44 -
CMYK 0 0.60 0.17 0.79
HSL 316.88º 0.43% 0.15% -
HSV(B) 316.88º 0.6% 0.21% -
XYZ 2.19 1.48 2.55 -
YUV 33.19 134.1 142.13 -
System Red Green Blue C M Y K H S L
Decimal 53 21 44 0 0.60 0.17 0.79 316.88 0.43 0.15
Hex 35 15 2C 0 3C 11 4F 13D 2B F
Octal 65 25 54 0 74 21 117 475 53 17
Binary 110101 10101 101100 0 111100 10001 1001111 100111101 101011 1111

Color Harmonies of #35152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35152C

Black with #35152C

Text Example


Text Example

White with #35152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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