Html Css Color HEX #1F151C Melanzane

📋 copy color: '#1F151C'

red 31 ◦ green 21 ◦ blue 28

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

Shades of Melanzane #1F151C

Tints of Melanzane #1F151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.25%

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

R = 38.75%
G = 26.25%
B = 35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1F151C (or 0x1F151C) is known color: Melanzane. HEX triplet: 1F, 15 and 1C. RGB value is (31,21,28). Sum of RGB (Red+Green+Blue) = 31+21+28=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F151C is #E0EAE3. Grayscale: #181818. Windows color (decimal): -14740196 or 1840415. OLE color: 1840415.

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

Color convert

RGB 31 21 28 -
CMYK 0 0.32 0.10 0.88
HSL 318º 0.19% 0.1% -
HSV(B) 318º 0.32% 0.12% -
XYZ 1.04 0.91 1.22 -
YUV 24.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 31 21 28 0 0.32 0.10 0.88 318 0.19 0.1
Hex 1F 15 1C 0 20 A 58 13E 13 A
Octal 37 25 34 0 40 12 130 476 23 12
Binary 11111 10101 11100 0 100000 1010 1011000 100111110 10011 1010

Color Harmonies of #1F151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F151C

Black with #1F151C

Text Example


Text Example

White with #1F151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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