Html Css Color HEX #231720 Melanzane

📋 copy color: '#231720'

red 35 ◦ green 23 ◦ blue 32

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

Shades of Melanzane #231720

Tints of Melanzane #231720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.56%

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

R = 38.89%
G = 25.56%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#231720 (or 0x231720) is known color: Melanzane. HEX triplet: 23, 17 and 20. RGB value is (35,23,32). Sum of RGB (Red+Green+Blue) = 35+23+32=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231720 is #DCE8DF. Grayscale: #1B1B1B. Windows color (decimal): -14477536 or 2103075. OLE color: 2103075.

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

Color convert

RGB 35 23 32 -
CMYK 0 0.34 0.09 0.86
HSL 315º 0.21% 0.11% -
HSV(B) 315º 0.34% 0.14% -
XYZ 1.26 1.07 1.51 -
YUV 27.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 35 23 32 0 0.34 0.09 0.86 315 0.21 0.11
Hex 23 17 20 0 22 9 56 13B 15 B
Octal 43 27 40 0 42 11 126 473 25 13
Binary 100011 10111 100000 0 100010 1001 1010110 100111011 10101 1011

Color Harmonies of #231720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231720

Black with #231720

Text Example


Text Example

White with #231720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231720; }

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

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

background-color css

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

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

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

border-color css

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

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

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