Html Css Color HEX #35162F Melanzane

📋 copy color: '#35162F'

red 53 ◦ green 22 ◦ blue 47

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

Shades of Melanzane #35162F

Tints of Melanzane #35162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

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

R = 43.44%
G = 18.03%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.79

RGB Variations

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

Color information

#35162F (or 0x35162F) is known color: Melanzane. HEX triplet: 35, 16 and 2F. RGB value is (53,22,47). Sum of RGB (Red+Green+Blue) = 53+22+47=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #35162F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35162F is #CAE9D0. Grayscale: #222222. Windows color (decimal): -13298129 or 3085877. OLE color: 3085877.

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

Color convert

RGB 53 22 47 -
CMYK 0 0.58 0.11 0.79
HSL 311.61º 0.41% 0.15% -
HSV(B) 311.61º 0.58% 0.21% -
XYZ 2.27 1.54 2.87 -
YUV 34.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 53 22 47 0 0.58 0.11 0.79 311.61 0.41 0.15
Hex 35 16 2F 0 3A B 4F 138 29 F
Octal 65 26 57 0 72 13 117 470 51 17
Binary 110101 10110 101111 0 111010 1011 1001111 100111000 101001 1111

Color Harmonies of #35162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35162F

Black with #35162F

Text Example


Text Example

White with #35162F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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