Html Css Color HEX #352430 Melanzane

📋 copy color: '#352430'

red 53 ◦ green 36 ◦ blue 48

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

Shades of Melanzane #352430

Tints of Melanzane #352430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.28%

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

R = 38.69%
G = 26.28%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#352430 (or 0x352430) is known color: Melanzane. HEX triplet: 35, 24 and 30. RGB value is (53,36,48). Sum of RGB (Red+Green+Blue) = 53+36+48=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #352430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352430 is #CADBCF. Grayscale: #2A2A2A. Windows color (decimal): -13294544 or 3154997. OLE color: 3154997.

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

Color convert

RGB 53 36 48 -
CMYK 0 0.32 0.09 0.79
HSL 317.65º 0.19% 0.17% -
HSV(B) 317.65º 0.32% 0.21% -
XYZ 2.63 2.23 3.09 -
YUV 42.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 53 36 48 0 0.32 0.09 0.79 317.65 0.19 0.17
Hex 35 24 30 0 20 9 4F 13E 13 11
Octal 65 44 60 0 40 11 117 476 23 21
Binary 110101 100100 110000 0 100000 1001 1001111 100111110 10011 10001

Color Harmonies of #352430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352430

Black with #352430

Text Example


Text Example

White with #352430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352430; }

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

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

background-color css

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

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

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

border-color css

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

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

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