Html Css Color HEX #231520 Melanzane

📋 copy color: '#231520'

red 35 ◦ green 21 ◦ blue 32

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

Shades of Melanzane #231520

Tints of Melanzane #231520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.86%

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

R = 39.77%
G = 23.86%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#231520 (or 0x231520) is known color: Melanzane. HEX triplet: 23, 15 and 20. RGB value is (35,21,32). Sum of RGB (Red+Green+Blue) = 35+21+32=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231520 is #DCEADF. Grayscale: #1A1A1A. Windows color (decimal): -14478048 or 2102563. OLE color: 2102563.

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

Color convert

RGB 35 21 32 -
CMYK 0 0.40 0.09 0.86
HSL 312.86º 0.25% 0.11% -
HSV(B) 312.86º 0.4% 0.14% -
XYZ 1.22 1 1.49 -
YUV 26.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 35 21 32 0 0.40 0.09 0.86 312.86 0.25 0.11
Hex 23 15 20 0 28 9 56 139 19 B
Octal 43 25 40 0 50 11 126 471 31 13
Binary 100011 10101 100000 0 101000 1001 1010110 100111001 11001 1011

Color Harmonies of #231520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231520

Black with #231520

Text Example


Text Example

White with #231520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231520; }

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

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

background-color css

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

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

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

border-color css

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

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

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