Html Css Color HEX #35182F Melanzane

📋 copy color: '#35182F'

red 53 ◦ green 24 ◦ blue 47

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

Shades of Melanzane #35182F

Tints of Melanzane #35182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

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

R = 42.74%
G = 19.35%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35182F (or 0x35182F) is known color: Melanzane. HEX triplet: 35, 18 and 2F. RGB value is (53,24,47). Sum of RGB (Red+Green+Blue) = 53+24+47=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #35182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35182F is #CAE7D0. Grayscale: #232323. Windows color (decimal): -13297617 or 3086389. OLE color: 3086389.

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

Color convert

RGB 53 24 47 -
CMYK 0 0.55 0.11 0.79
HSL 312.41º 0.38% 0.15% -
HSV(B) 312.41º 0.55% 0.21% -
XYZ 2.31 1.62 2.88 -
YUV 35.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 53 24 47 0 0.55 0.11 0.79 312.41 0.38 0.15
Hex 35 18 2F 0 37 B 4F 138 26 F
Octal 65 30 57 0 67 13 117 470 46 17
Binary 110101 11000 101111 0 110111 1011 1001111 100111000 100110 1111

Color Harmonies of #35182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35182F

Black with #35182F

Text Example


Text Example

White with #35182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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