#1F061A

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

Shades of Melanzane #1F061A

Tints of Melanzane #1F061A

Color information

#1F061A (or 0x1F061A) is unknown color: approx Melanzane. HEX triplet: 1F, 06 and 1A. RGB value is (31,6,26). Sum of RGB (Red+Green+Blue) = 31+6+26=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F061A is #E0F9E5. Grayscale: #0F0F0F. Windows color (decimal): -14744038 or 1705503. OLE color: 1705503.

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

Color convert

RGB31626-
CMYK00.810.160.88
HSL312º67.57%7.25%-
HSV(B)312º80.65%12.16%-
XYZ0.820.51.03-
YUV15.76133.78138.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 49.21%
GREEN value IS 6 (2.73% from 255) = 9.52%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=49.21%
G=9.52%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3162600.810.160.8831267.577.25
Hex1F61A0511058138447
Octal376320121201304701047
Binary1111111011010010100011000010110001001110001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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