Html Css Color HEX #35212D Melanzane

📋 copy color: '#35212D'

red 53 ◦ green 33 ◦ blue 45

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

Shades of Melanzane #35212D

Tints of Melanzane #35212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.19%

 BLUE value IS 45 (17.97% from 255) = 34.35%

R = 40.46%
G = 25.19%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35212D (or 0x35212D) is known color: Melanzane. HEX triplet: 35, 21 and 2D. RGB value is (53,33,45). Sum of RGB (Red+Green+Blue) = 53+33+45=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #35212D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35212D is #CADED2. Grayscale: #282828. Windows color (decimal): -13295315 or 2957621. OLE color: 2957621.

HSL color Cylindrical-coordinate representation of color #35212D: hue angle of 324º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35212D is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 45 -
CMYK 0 0.38 0.15 0.79
HSL 324º 0.23% 0.17% -
HSV(B) 324º 0.38% 0.21% -
XYZ 2.49 2.03 2.74 -
YUV 40.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 53 33 45 0 0.38 0.15 0.79 324 0.23 0.17
Hex 35 21 2D 0 26 F 4F 144 17 11
Octal 65 41 55 0 46 17 117 504 27 21
Binary 110101 100001 101101 0 100110 1111 1001111 101000100 10111 10001

Color Harmonies of #35212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35212D

Black with #35212D

Text Example


Text Example

White with #35212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35212D; }

 p { color: rgb(53,33,45); }

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

background-color css

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

 a { background-color: rgb(53,33,45); }

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

border-color css

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

 span { border-color: rgb(53,33,45); }

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