Html Css Color HEX #231120 Melanzane

📋 copy color: '#231120'

red 35 ◦ green 17 ◦ blue 32

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

Shades of Melanzane #231120

Tints of Melanzane #231120

RGB

 RED value IS 35 (14.06% from 255) = 41.67%

 GREEN value IS 17 (7.03% from 255) = 20.24%

 BLUE value IS 32 (12.89% from 255) = 38.1%

R = 41.67%
G = 20.24%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#231120 (or 0x231120) is known color: Melanzane. HEX triplet: 23, 11 and 20. RGB value is (35,17,32). Sum of RGB (Red+Green+Blue) = 35+17+32=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231120 is #DCEEDF. Grayscale: #181818. Windows color (decimal): -14479072 or 2101539. OLE color: 2101539.

HSL color Cylindrical-coordinate representation of color #231120: hue angle of 310º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231120 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 17 32 -
CMYK 0 0.51 0.09 0.86
HSL 310º 0.35% 0.1% -
HSV(B) 310º 0.51% 0.14% -
XYZ 1.15 0.86 1.47 -
YUV 24.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 35 17 32 0 0.51 0.09 0.86 310 0.35 0.1
Hex 23 11 20 0 33 9 56 136 23 A
Octal 43 21 40 0 63 11 126 466 43 12
Binary 100011 10001 100000 0 110011 1001 1010110 100110110 100011 1010

Color Harmonies of #231120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231120

Black with #231120

Text Example


Text Example

White with #231120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231120; }

 p { color: rgb(35,17,32); }

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

background-color css

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

 a { background-color: rgb(35,17,32); }

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

border-color css

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

 span { border-color: rgb(35,17,32); }

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