Html Css Color HEX #231320 Melanzane

📋 copy color: '#231320'

red 35 ◦ green 19 ◦ blue 32

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

Shades of Melanzane #231320

Tints of Melanzane #231320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

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

R = 40.7%
G = 22.09%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#231320 (or 0x231320) is known color: Melanzane. HEX triplet: 23, 13 and 20. RGB value is (35,19,32). Sum of RGB (Red+Green+Blue) = 35+19+32=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #231320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231320 is #DCECDF. Grayscale: #191919. Windows color (decimal): -14478560 or 2102051. OLE color: 2102051.

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

Color convert

RGB 35 19 32 -
CMYK 0 0.46 0.09 0.86
HSL 311.25º 0.3% 0.11% -
HSV(B) 311.25º 0.46% 0.14% -
XYZ 1.19 0.93 1.48 -
YUV 25.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 35 19 32 0 0.46 0.09 0.86 311.25 0.3 0.11
Hex 23 13 20 0 2E 9 56 137 1E B
Octal 43 23 40 0 56 11 126 467 36 13
Binary 100011 10011 100000 0 101110 1001 1010110 100110111 11110 1011

Color Harmonies of #231320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231320

Black with #231320

Text Example


Text Example

White with #231320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231320; }

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

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

background-color css

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

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

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

border-color css

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

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

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