Html Css Color HEX #1F181D Melanzane

📋 copy color: '#1F181D'

red 31 ◦ green 24 ◦ blue 29

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

Shades of Melanzane #1F181D

Tints of Melanzane #1F181D

RGB

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

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

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

R = 36.9%
G = 28.57%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.88

RGB Variations

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

Color information

#1F181D (or 0x1F181D) is known color: Melanzane. HEX triplet: 1F, 18 and 1D. RGB value is (31,24,29). Sum of RGB (Red+Green+Blue) = 31+24+29=84 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.90% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 31 - color contains mainly: red. Hex color #1F181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F181D is #E0E7E2. Grayscale: #1A1A1A. Windows color (decimal): -14739427 or 1906719. OLE color: 1906719.

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

Color convert

RGB 31 24 29 -
CMYK 0 0.23 0.06 0.88
HSL 317.14º 0.13% 0.11% -
HSV(B) 317.14º 0.23% 0.12% -
XYZ 1.11 1.03 1.3 -
YUV 26.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 31 24 29 0 0.23 0.06 0.88 317.14 0.13 0.11
Hex 1F 18 1D 0 17 6 58 13D D B
Octal 37 30 35 0 27 6 130 475 15 13
Binary 11111 11000 11101 0 10111 110 1011000 100111101 1101 1011

Color Harmonies of #1F181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F181D

Black with #1F181D

Text Example


Text Example

White with #1F181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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