Html Css Color HEX #231820 Melanzane

📋 copy color: '#231820'

red 35 ◦ green 24 ◦ blue 32

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

Shades of Melanzane #231820

Tints of Melanzane #231820

RGB

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

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

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

R = 38.46%
G = 26.37%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#231820 (or 0x231820) is known color: Melanzane. HEX triplet: 23, 18 and 20. RGB value is (35,24,32). Sum of RGB (Red+Green+Blue) = 35+24+32=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #231820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231820 is #DCE7DF. Grayscale: #1C1C1C. Windows color (decimal): -14477280 or 2103331. OLE color: 2103331.

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

Color convert

RGB 35 24 32 -
CMYK 0 0.31 0.09 0.86
HSL 316.36º 0.19% 0.12% -
HSV(B) 316.36º 0.31% 0.14% -
XYZ 1.28 1.11 1.51 -
YUV 28.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 35 24 32 0 0.31 0.09 0.86 316.36 0.19 0.12
Hex 23 18 20 0 1F 9 56 13C 13 C
Octal 43 30 40 0 37 11 126 474 23 14
Binary 100011 11000 100000 0 11111 1001 1010110 100111100 10011 1100

Color Harmonies of #231820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231820

Black with #231820

Text Example


Text Example

White with #231820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231820; }

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

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

background-color css

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

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

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

border-color css

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

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

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