#1F091A

Color #1F091A Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #1F091A

Tints of Melanzane #1F091A

Color information

#1F091A (or 0x1F091A) is unknown color: approx Melanzane. HEX triplet: 1F, 09 and 1A. RGB value is (31,9,26). Sum of RGB (Red+Green+Blue) = 31+9+26=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F091A is #E0F6E5. Grayscale: #111111. Windows color (decimal): -14743270 or 1706271. OLE color: 1706271.

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

Color convert

RGB31926-
CMYK00.710.160.88
HSL313.64º55%7.84%-
HSV(B)313.64º70.97%12.16%-
XYZ0.850.561.04-
YUV17.52132.79137.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.97%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=46.97%
G=13.64%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3192600.710.160.88313.64557.84
Hex1F91A047105813a378
Octal3711320107201304726710
Binary11111100111010010001111000010110001001110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F091A;
 }
 .AnyTagClassName
 {
   color: #1F091A;
 }
</style>
background-color css

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

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

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

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

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

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