Html Css Color HEX #1F121A Melanzane

📋 copy color: '#1F121A'

red 31 ◦ green 18 ◦ blue 26

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

Shades of Melanzane #1F121A

Tints of Melanzane #1F121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 34.67%

R = 41.33%
G = 24%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#1F121A (or 0x1F121A) is known color: Melanzane. HEX triplet: 1F, 12 and 1A. RGB value is (31,18,26). Sum of RGB (Red+Green+Blue) = 31+18+26=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121A is #E0EDE5. Grayscale: #161616. Windows color (decimal): -14740966 or 1708575. OLE color: 1708575.

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

Color convert

RGB 31 18 26 -
CMYK 0 0.42 0.16 0.88
HSL 323.08º 0.27% 0.1% -
HSV(B) 323.08º 0.42% 0.12% -
XYZ 0.97 0.8 1.08 -
YUV 22.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 31 18 26 0 0.42 0.16 0.88 323.08 0.27 0.1
Hex 1F 12 1A 0 2A 10 58 143 1B A
Octal 37 22 32 0 52 20 130 503 33 12
Binary 11111 10010 11010 0 101010 10000 1011000 101000011 11011 1010

Color Harmonies of #1F121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F121A

Black with #1F121A

Text Example


Text Example

White with #1F121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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