Html Css Color HEX #1F111A Melanzane

📋 copy color: '#1F111A'

red 31 ◦ green 17 ◦ blue 26

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

Shades of Melanzane #1F111A

Tints of Melanzane #1F111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.97%

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

R = 41.89%
G = 22.97%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.88

RGB Variations

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

Color information

#1F111A (or 0x1F111A) is known color: Melanzane. HEX triplet: 1F, 11 and 1A. RGB value is (31,17,26). Sum of RGB (Red+Green+Blue) = 31+17+26=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F111A is #E0EEE5. Grayscale: #161616. Windows color (decimal): -14741222 or 1708319. OLE color: 1708319.

HSL color Cylindrical-coordinate representation of color #1F111A: hue angle of 321.43º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F111A is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 17 26 -
CMYK 0 0.45 0.16 0.88
HSL 321.43º 0.29% 0.09% -
HSV(B) 321.43º 0.45% 0.12% -
XYZ 0.95 0.77 1.08 -
YUV 22.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 31 17 26 0 0.45 0.16 0.88 321.43 0.29 0.09
Hex 1F 11 1A 0 2D 10 58 141 1D 9
Octal 37 21 32 0 55 20 130 501 35 11
Binary 11111 10001 11010 0 101101 10000 1011000 101000001 11101 1001

Color Harmonies of #1F111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F111A

Black with #1F111A

Text Example


Text Example

White with #1F111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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