Html Css Color HEX #231420 Melanzane

📋 copy color: '#231420'

red 35 ◦ green 20 ◦ blue 32

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

Shades of Melanzane #231420

Tints of Melanzane #231420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.99%

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

R = 40.23%
G = 22.99%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#231420 (or 0x231420) is known color: Melanzane. HEX triplet: 23, 14 and 20. RGB value is (35,20,32). Sum of RGB (Red+Green+Blue) = 35+20+32=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #231420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231420 is #DCEBDF. Grayscale: #191919. Windows color (decimal): -14478304 or 2102307. OLE color: 2102307.

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

Color convert

RGB 35 20 32 -
CMYK 0 0.43 0.09 0.86
HSL 312º 0.27% 0.11% -
HSV(B) 312º 0.43% 0.14% -
XYZ 1.2 0.96 1.49 -
YUV 25.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 35 20 32 0 0.43 0.09 0.86 312 0.27 0.11
Hex 23 14 20 0 2B 9 56 138 1B B
Octal 43 24 40 0 53 11 126 470 33 13
Binary 100011 10100 100000 0 101011 1001 1010110 100111000 11011 1011

Color Harmonies of #231420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231420

Black with #231420

Text Example


Text Example

White with #231420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231420; }

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

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

background-color css

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

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

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

border-color css

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

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

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