Html Css Color HEX #35262F Melanzane

📋 copy color: '#35262F'

red 53 ◦ green 38 ◦ blue 47

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

Shades of Melanzane #35262F

Tints of Melanzane #35262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

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

R = 38.41%
G = 27.54%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35262F (or 0x35262F) is known color: Melanzane. HEX triplet: 35, 26 and 2F. RGB value is (53,38,47). Sum of RGB (Red+Green+Blue) = 53+38+47=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #35262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35262F is #CAD9D0. Grayscale: #2B2B2B. Windows color (decimal): -13294033 or 3089973. OLE color: 3089973.

HSL color Cylindrical-coordinate representation of color #35262F: hue angle of 324º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #35262F is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 38 47 -
CMYK 0 0.28 0.11 0.79
HSL 324º 0.16% 0.18% -
HSV(B) 324º 0.28% 0.21% -
XYZ 2.67 2.35 3 -
YUV 43.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 53 38 47 0 0.28 0.11 0.79 324 0.16 0.18
Hex 35 26 2F 0 1C B 4F 144 10 12
Octal 65 46 57 0 34 13 117 504 20 22
Binary 110101 100110 101111 0 11100 1011 1001111 101000100 10000 10010

Color Harmonies of #35262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35262F

Black with #35262F

Text Example


Text Example

White with #35262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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