Html Css Color HEX #1F171C Melanzane

📋 copy color: '#1F171C'

red 31 ◦ green 23 ◦ blue 28

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

Shades of Melanzane #1F171C

Tints of Melanzane #1F171C

RGB

 RED value IS 31 (12.5% from 255) = 37.8%

 GREEN value IS 23 (9.38% from 255) = 28.05%

 BLUE value IS 28 (11.33% from 255) = 34.15%

R = 37.8%
G = 28.05%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1F171C (or 0x1F171C) is known color: Melanzane. HEX triplet: 1F, 17 and 1C. RGB value is (31,23,28). Sum of RGB (Red+Green+Blue) = 31+23+28=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 31 - color contains mainly: red. Hex color #1F171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F171C is #E0E8E3. Grayscale: #191919. Windows color (decimal): -14739684 or 1840927. OLE color: 1840927.

HSL color Cylindrical-coordinate representation of color #1F171C: hue angle of 322.5º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F171C is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 23 28 -
CMYK 0 0.26 0.10 0.88
HSL 322.5º 0.15% 0.11% -
HSV(B) 322.5º 0.26% 0.12% -
XYZ 1.08 0.99 1.23 -
YUV 25.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 31 23 28 0 0.26 0.10 0.88 322.5 0.15 0.11
Hex 1F 17 1C 0 1A A 58 142 F B
Octal 37 27 34 0 32 12 130 502 17 13
Binary 11111 10111 11100 0 11010 1010 1011000 101000010 1111 1011

Color Harmonies of #1F171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F171C

Black with #1F171C

Text Example


Text Example

White with #1F171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F171C; }

 p { color: rgb(31,23,28); }

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

background-color css

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

 a { background-color: rgb(31,23,28); }

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

border-color css

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

 span { border-color: rgb(31,23,28); }

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