Html Css Color HEX #1F171D Melanzane

📋 copy color: '#1F171D'

red 31 ◦ green 23 ◦ blue 29

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

Shades of Melanzane #1F171D

Tints of Melanzane #1F171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 34.94%

R = 37.35%
G = 27.71%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.88

RGB Variations

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

Color information

#1F171D (or 0x1F171D) is known color: Melanzane. HEX triplet: 1F, 17 and 1D. RGB value is (31,23,29). Sum of RGB (Red+Green+Blue) = 31+23+29=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 31 - color contains mainly: red. Hex color #1F171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F171D is #E0E8E2. Grayscale: #1A1A1A. Windows color (decimal): -14739683 or 1906463. OLE color: 1906463.

HSL color Cylindrical-coordinate representation of color #1F171D: hue angle of 315º 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 #1F171D is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 23 29 -
CMYK 0 0.26 0.06 0.88
HSL 315º 0.15% 0.11% -
HSV(B) 315º 0.26% 0.12% -
XYZ 1.09 0.99 1.3 -
YUV 26.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 31 23 29 0 0.26 0.06 0.88 315 0.15 0.11
Hex 1F 17 1D 0 1A 6 58 13B F B
Octal 37 27 35 0 32 6 130 473 17 13
Binary 11111 10111 11101 0 11010 110 1011000 100111011 1111 1011

Color Harmonies of #1F171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F171D

Black with #1F171D

Text Example


Text Example

White with #1F171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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