Html Css Color HEX #23151E Melanzane

📋 copy color: '#23151E'

red 35 ◦ green 21 ◦ blue 30

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

Shades of Melanzane #23151E

Tints of Melanzane #23151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 34.88%

R = 40.7%
G = 24.42%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#23151E (or 0x23151E) is known color: Melanzane. HEX triplet: 23, 15 and 1E. RGB value is (35,21,30). Sum of RGB (Red+Green+Blue) = 35+21+30=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #23151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23151E is #DCEAE1. Grayscale: #1A1A1A. Windows color (decimal): -14478050 or 1971491. OLE color: 1971491.

HSL color Cylindrical-coordinate representation of color #23151E: hue angle of 321.43º 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 #23151E is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 21 30 -
CMYK 0 0.40 0.14 0.86
HSL 321.43º 0.25% 0.11% -
HSV(B) 321.43º 0.4% 0.14% -
XYZ 1.2 0.99 1.36 -
YUV 26.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 35 21 30 0 0.40 0.14 0.86 321.43 0.25 0.11
Hex 23 15 1E 0 28 E 56 141 19 B
Octal 43 25 36 0 50 16 126 501 31 13
Binary 100011 10101 11110 0 101000 1110 1010110 101000001 11001 1011

Color Harmonies of #23151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23151E

Black with #23151E

Text Example


Text Example

White with #23151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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