Html Css Color HEX #231220 Melanzane

📋 copy color: '#231220'

red 35 ◦ green 18 ◦ blue 32

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

Shades of Melanzane #231220

Tints of Melanzane #231220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.18%

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

R = 41.18%
G = 21.18%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#231220 (or 0x231220) is known color: Melanzane. HEX triplet: 23, 12 and 20. RGB value is (35,18,32). Sum of RGB (Red+Green+Blue) = 35+18+32=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #231220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231220 is #DCEDDF. Grayscale: #181818. Windows color (decimal): -14478816 or 2101795. OLE color: 2101795.

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

Color convert

RGB 35 18 32 -
CMYK 0 0.49 0.09 0.86
HSL 310.59º 0.32% 0.1% -
HSV(B) 310.59º 0.49% 0.14% -
XYZ 1.17 0.89 1.48 -
YUV 24.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 35 18 32 0 0.49 0.09 0.86 310.59 0.32 0.1
Hex 23 12 20 0 31 9 56 137 20 A
Octal 43 22 40 0 61 11 126 467 40 12
Binary 100011 10010 100000 0 110001 1001 1010110 100110111 100000 1010

Color Harmonies of #231220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231220

Black with #231220

Text Example


Text Example

White with #231220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231220; }

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

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

background-color css

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

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

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

border-color css

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

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

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