Html Css Color HEX #23131E Melanzane

📋 copy color: '#23131E'

red 35 ◦ green 19 ◦ blue 30

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

Shades of Melanzane #23131E

Tints of Melanzane #23131E

RGB

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

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

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

R = 41.67%
G = 22.62%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#23131E (or 0x23131E) is known color: Melanzane. HEX triplet: 23, 13 and 1E. RGB value is (35,19,30). Sum of RGB (Red+Green+Blue) = 35+19+30=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #23131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23131E is #DCECE1. Grayscale: #191919. Windows color (decimal): -14478562 or 1970979. OLE color: 1970979.

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

Color convert

RGB 35 19 30 -
CMYK 0 0.46 0.14 0.86
HSL 318.75º 0.3% 0.11% -
HSV(B) 318.75º 0.46% 0.14% -
XYZ 1.16 0.92 1.34 -
YUV 25.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 35 19 30 0 0.46 0.14 0.86 318.75 0.3 0.11
Hex 23 13 1E 0 2E E 56 13F 1E B
Octal 43 23 36 0 56 16 126 477 36 13
Binary 100011 10011 11110 0 101110 1110 1010110 100111111 11110 1011

Color Harmonies of #23131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23131E

Black with #23131E

Text Example


Text Example

White with #23131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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