Html Css Color HEX #1F121D Melanzane

📋 copy color: '#1F121D'

red 31 ◦ green 18 ◦ blue 29

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

Shades of Melanzane #1F121D

Tints of Melanzane #1F121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.08%

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

R = 39.74%
G = 23.08%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.88

RGB Variations

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

Color information

#1F121D (or 0x1F121D) is known color: Melanzane. HEX triplet: 1F, 12 and 1D. RGB value is (31,18,29). Sum of RGB (Red+Green+Blue) = 31+18+29=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121D is #E0EDE2. Grayscale: #171717. Windows color (decimal): -14740963 or 1905183. OLE color: 1905183.

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

Color convert

RGB 31 18 29 -
CMYK 0 0.42 0.06 0.88
HSL 309.23º 0.27% 0.1% -
HSV(B) 309.23º 0.42% 0.12% -
XYZ 1 0.81 1.27 -
YUV 23.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 31 18 29 0 0.42 0.06 0.88 309.23 0.27 0.1
Hex 1F 12 1D 0 2A 6 58 135 1B A
Octal 37 22 35 0 52 6 130 465 33 12
Binary 11111 10010 11101 0 101010 110 1011000 100110101 11011 1010

Color Harmonies of #1F121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F121D

Black with #1F121D

Text Example


Text Example

White with #1F121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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