Html Css Color HEX #352530 Melanzane

📋 copy color: '#352530'

red 53 ◦ green 37 ◦ blue 48

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

Shades of Melanzane #352530

Tints of Melanzane #352530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

 BLUE value IS 48 (19.14% from 255) = 34.78%

R = 38.41%
G = 26.81%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#352530 (or 0x352530) is known color: Melanzane. HEX triplet: 35, 25 and 30. RGB value is (53,37,48). Sum of RGB (Red+Green+Blue) = 53+37+48=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #352530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352530 is #CADACF. Grayscale: #2B2B2B. Windows color (decimal): -13294288 or 3155253. OLE color: 3155253.

HSL color Cylindrical-coordinate representation of color #352530: hue angle of 318.75º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352530 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 37 48 -
CMYK 0 0.30 0.09 0.79
HSL 318.75º 0.18% 0.18% -
HSV(B) 318.75º 0.3% 0.21% -
XYZ 2.66 2.29 3.1 -
YUV 43.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 53 37 48 0 0.30 0.09 0.79 318.75 0.18 0.18
Hex 35 25 30 0 1E 9 4F 13F 12 12
Octal 65 45 60 0 36 11 117 477 22 22
Binary 110101 100101 110000 0 11110 1001 1001111 100111111 10010 10010

Color Harmonies of #352530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352530

Black with #352530

Text Example


Text Example

White with #352530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352530; }

 p { color: rgb(53,37,48); }

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

background-color css

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

 a { background-color: rgb(53,37,48); }

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

border-color css

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

 span { border-color: rgb(53,37,48); }

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