Html Css Color HEX #1F181C Melanzane

📋 copy color: '#1F181C'

red 31 ◦ green 24 ◦ blue 28

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

Shades of Melanzane #1F181C

Tints of Melanzane #1F181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.92%

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

R = 37.35%
G = 28.92%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#1F181C (or 0x1F181C) is known color: Melanzane. HEX triplet: 1F, 18 and 1C. RGB value is (31,24,28). Sum of RGB (Red+Green+Blue) = 31+24+28=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 31 - color contains mainly: red. Hex color #1F181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F181C is #E0E7E3. Grayscale: #1A1A1A. Windows color (decimal): -14739428 or 1841183. OLE color: 1841183.

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

Color convert

RGB 31 24 28 -
CMYK 0 0.23 0.10 0.88
HSL 325.71º 0.13% 0.11% -
HSV(B) 325.71º 0.23% 0.12% -
XYZ 1.1 1.03 1.24 -
YUV 26.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 31 24 28 0 0.23 0.10 0.88 325.71 0.13 0.11
Hex 1F 18 1C 0 17 A 58 146 D B
Octal 37 30 34 0 27 12 130 506 15 13
Binary 11111 11000 11100 0 10111 1010 1011000 101000110 1101 1011

Color Harmonies of #1F181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F181C

Black with #1F181C

Text Example


Text Example

White with #1F181C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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