Html Css Color HEX #1F121C Melanzane

📋 copy color: '#1F121C'

red 31 ◦ green 18 ◦ blue 28

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

Shades of Melanzane #1F121C

Tints of Melanzane #1F121C

RGB

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

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

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

R = 40.26%
G = 23.38%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1F121C (or 0x1F121C) is known color: Melanzane. HEX triplet: 1F, 12 and 1C. RGB value is (31,18,28). Sum of RGB (Red+Green+Blue) = 31+18+28=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121C is #E0EDE3. Grayscale: #171717. Windows color (decimal): -14740964 or 1839647. OLE color: 1839647.

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

Color convert

RGB 31 18 28 -
CMYK 0 0.42 0.10 0.88
HSL 313.85º 0.27% 0.1% -
HSV(B) 313.85º 0.42% 0.12% -
XYZ 0.99 0.81 1.2 -
YUV 23.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 31 18 28 0 0.42 0.10 0.88 313.85 0.27 0.1
Hex 1F 12 1C 0 2A A 58 13A 1B A
Octal 37 22 34 0 52 12 130 472 33 12
Binary 11111 10010 11100 0 101010 1010 1011000 100111010 11011 1010

Color Harmonies of #1F121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F121C

Black with #1F121C

Text Example


Text Example

White with #1F121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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