Html Css Color HEX #35212F Melanzane

📋 copy color: '#35212F'

red 53 ◦ green 33 ◦ blue 47

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

Shades of Melanzane #35212F

Tints of Melanzane #35212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 35.34%

R = 39.85%
G = 24.81%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35212F (or 0x35212F) is known color: Melanzane. HEX triplet: 35, 21 and 2F. RGB value is (53,33,47). Sum of RGB (Red+Green+Blue) = 53+33+47=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35212F is #CADED0. Grayscale: #282828. Windows color (decimal): -13295313 or 3088693. OLE color: 3088693.

HSL color Cylindrical-coordinate representation of color #35212F: hue angle of 318º 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 #35212F is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 47 -
CMYK 0 0.38 0.11 0.79
HSL 318º 0.23% 0.17% -
HSV(B) 318º 0.38% 0.21% -
XYZ 2.53 2.05 2.95 -
YUV 40.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 53 33 47 0 0.38 0.11 0.79 318 0.23 0.17
Hex 35 21 2F 0 26 B 4F 13E 17 11
Octal 65 41 57 0 46 13 117 476 27 21
Binary 110101 100001 101111 0 100110 1011 1001111 100111110 10111 10001

Color Harmonies of #35212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35212F

Black with #35212F

Text Example


Text Example

White with #35212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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