Html Css Color HEX #231B1F Melanzane

📋 copy color: '#231B1F'

red 35 ◦ green 27 ◦ blue 31

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

Shades of Melanzane #231B1F

Tints of Melanzane #231B1F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.03%

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

R = 37.63%
G = 29.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#231B1F (or 0x231B1F) is known color: Melanzane. HEX triplet: 23, 1B and 1F. RGB value is (35,27,31). Sum of RGB (Red+Green+Blue) = 35+27+31=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 35 - color contains mainly: red. Hex color #231B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231B1F is #DCE4E0. Grayscale: #1D1D1D. Windows color (decimal): -14476513 or 2038563. OLE color: 2038563.

HSL color Cylindrical-coordinate representation of color #231B1F: hue angle of 330º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #231B1F is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 27 31 -
CMYK 0 0.23 0.11 0.86
HSL 330º 0.13% 0.12% -
HSV(B) 330º 0.23% 0.14% -
XYZ 1.33 1.24 1.47 -
YUV 29.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 35 27 31 0 0.23 0.11 0.86 330 0.13 0.12
Hex 23 1B 1F 0 17 B 56 14A D C
Octal 43 33 37 0 27 13 126 512 15 14
Binary 100011 11011 11111 0 10111 1011 1010110 101001010 1101 1100

Color Harmonies of #231B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231B1F

Black with #231B1F

Text Example


Text Example

White with #231B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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