Html Css Color HEX #23131F Melanzane

📋 copy color: '#23131F'

red 35 ◦ green 19 ◦ blue 31

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

Shades of Melanzane #23131F

Tints of Melanzane #23131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 36.47%

R = 41.18%
G = 22.35%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#23131F (or 0x23131F) is known color: Melanzane. HEX triplet: 23, 13 and 1F. RGB value is (35,19,31). Sum of RGB (Red+Green+Blue) = 35+19+31=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #23131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23131F is #DCECE0. Grayscale: #191919. Windows color (decimal): -14478561 or 2036515. OLE color: 2036515.

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

Color convert

RGB 35 19 31 -
CMYK 0 0.46 0.11 0.86
HSL 315º 0.3% 0.11% -
HSV(B) 315º 0.46% 0.14% -
XYZ 1.17 0.92 1.41 -
YUV 25.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 35 19 31 0 0.46 0.11 0.86 315 0.3 0.11
Hex 23 13 1F 0 2E B 56 13B 1E B
Octal 43 23 37 0 56 13 126 473 36 13
Binary 100011 10011 11111 0 101110 1011 1010110 100111011 11110 1011

Color Harmonies of #23131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23131F

Black with #23131F

Text Example


Text Example

White with #23131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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