#1F0F1A

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

Shades of Melanzane #1F0F1A

Tints of Melanzane #1F0F1A

Color information

#1F0F1A (or 0x1F0F1A) is unknown color: approx Melanzane. HEX triplet: 1F, 0F and 1A. RGB value is (31,15,26). Sum of RGB (Red+Green+Blue) = 31+15+26=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0F1A is #E0F0E5. Grayscale: #151515. Windows color (decimal): -14741734 or 1707807. OLE color: 1707807.

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

Color convert

RGB311526-
CMYK00.520.160.88
HSL318.75º34.78%9.02%-
HSV(B)318.75º51.61%12.16%-
XYZ0.920.711.07-
YUV21.04130.8135.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 15 (6.25% from 255) = 20.83%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=43.06%
G=20.83%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31152600.520.160.88318.7534.789.02
Hex1FF1A034105813f239
Octal371732064201304774311
Binary1111111111101001101001000010110001001111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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