Html Css Color HEX #231920 Melanzane

📋 copy color: '#231920'

red 35 ◦ green 25 ◦ blue 32

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

Shades of Melanzane #231920

Tints of Melanzane #231920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 27.17%

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

R = 38.04%
G = 27.17%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#231920 (or 0x231920) is known color: Melanzane. HEX triplet: 23, 19 and 20. RGB value is (35,25,32). Sum of RGB (Red+Green+Blue) = 35+25+32=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 35 - color contains mainly: red. Hex color #231920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231920 is #DCE6DF. Grayscale: #1C1C1C. Windows color (decimal): -14477024 or 2103587. OLE color: 2103587.

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

Color convert

RGB 35 25 32 -
CMYK 0 0.29 0.09 0.86
HSL 318º 0.17% 0.12% -
HSV(B) 318º 0.29% 0.14% -
XYZ 1.3 1.16 1.52 -
YUV 28.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 35 25 32 0 0.29 0.09 0.86 318 0.17 0.12
Hex 23 19 20 0 1D 9 56 13E 11 C
Octal 43 31 40 0 35 11 126 476 21 14
Binary 100011 11001 100000 0 11101 1001 1010110 100111110 10001 1100

Color Harmonies of #231920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231920

Black with #231920

Text Example


Text Example

White with #231920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231920; }

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

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

background-color css

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

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

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

border-color css

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

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

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