Html Css Color HEX #353033 Melanzane

📋 copy color: '#353033'

red 53 ◦ green 48 ◦ blue 51

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

Shades of Melanzane #353033

Tints of Melanzane #353033

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.58%

 BLUE value IS 51 (20.31% from 255) = 33.55%

R = 34.87%
G = 31.58%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#353033 (or 0x353033) is known color: Melanzane. HEX triplet: 35, 30 and 33. RGB value is (53,48,51). Sum of RGB (Red+Green+Blue) = 53+48+51=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 53 - color contains mainly: red. Hex color #353033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353033 is #CACFCC. Grayscale: #313131. Windows color (decimal): -13291469 or 3354677. OLE color: 3354677.

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

Color convert

RGB 53 48 51 -
CMYK 0 0.09 0.04 0.79
HSL 324º 0.05% 0.2% -
HSV(B) 324º 0.09% 0.21% -
XYZ 3.12 3.11 3.57 -
YUV 49.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 53 48 51 0 0.09 0.04 0.79 324 0.05 0.2
Hex 35 30 33 0 9 4 4F 144 5 14
Octal 65 60 63 0 11 4 117 504 5 24
Binary 110101 110000 110011 0 1001 100 1001111 101000100 101 10100

Color Harmonies of #353033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353033

Black with #353033

Text Example


Text Example

White with #353033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353033; }

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

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

background-color css

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

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

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

border-color css

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

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

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