Html Css Color HEX #352230 Melanzane

📋 copy color: '#352230'

red 53 ◦ green 34 ◦ blue 48

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

Shades of Melanzane #352230

Tints of Melanzane #352230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.19%

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

R = 39.26%
G = 25.19%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#352230 (or 0x352230) is known color: Melanzane. HEX triplet: 35, 22 and 30. RGB value is (53,34,48). Sum of RGB (Red+Green+Blue) = 53+34+48=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #352230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352230 is #CADDCF. Grayscale: #292929. Windows color (decimal): -13295056 or 3154485. OLE color: 3154485.

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

Color convert

RGB 53 34 48 -
CMYK 0 0.36 0.09 0.79
HSL 315.79º 0.22% 0.17% -
HSV(B) 315.79º 0.36% 0.21% -
XYZ 2.57 2.11 3.07 -
YUV 41.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 53 34 48 0 0.36 0.09 0.79 315.79 0.22 0.17
Hex 35 22 30 0 24 9 4F 13C 16 11
Octal 65 42 60 0 44 11 117 474 26 21
Binary 110101 100010 110000 0 100100 1001 1001111 100111100 10110 10001

Color Harmonies of #352230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352230

Black with #352230

Text Example


Text Example

White with #352230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352230; }

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

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

background-color css

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

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

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

border-color css

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

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

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