Html Css Color HEX #1F191D Melanzane

📋 copy color: '#1F191D'

red 31 ◦ green 25 ◦ blue 29

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

Shades of Melanzane #1F191D

Tints of Melanzane #1F191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.41%

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

R = 36.47%
G = 29.41%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.88

RGB Variations

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

Color information

#1F191D (or 0x1F191D) is known color: Melanzane. HEX triplet: 1F, 19 and 1D. RGB value is (31,25,29). Sum of RGB (Red+Green+Blue) = 31+25+29=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 31 - color contains mainly: red. Hex color #1F191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F191D is #E0E6E2. Grayscale: #1B1B1B. Windows color (decimal): -14739171 or 1906975. OLE color: 1906975.

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

Color convert

RGB 31 25 29 -
CMYK 0 0.19 0.06 0.88
HSL 320º 0.11% 0.11% -
HSV(B) 320º 0.19% 0.12% -
XYZ 1.13 1.08 1.31 -
YUV 27.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 31 25 29 0 0.19 0.06 0.88 320 0.11 0.11
Hex 1F 19 1D 0 13 6 58 140 B B
Octal 37 31 35 0 23 6 130 500 13 13
Binary 11111 11001 11101 0 10011 110 1011000 101000000 1011 1011

Color Harmonies of #1F191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F191D

Black with #1F191D

Text Example


Text Example

White with #1F191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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