#1F0B1A

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

Shades of Melanzane #1F0B1A

Tints of Melanzane #1F0B1A

Color information

#1F0B1A (or 0x1F0B1A) is unknown color: approx Melanzane. HEX triplet: 1F, 0B and 1A. RGB value is (31,11,26). Sum of RGB (Red+Green+Blue) = 31+11+26=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0B1A is #E0F4E5. Grayscale: #121212. Windows color (decimal): -14742758 or 1706783. OLE color: 1706783.

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

Color convert

RGB311126-
CMYK00.650.160.88
HSL315º47.62%8.24%-
HSV(B)315º64.52%12.16%-
XYZ0.870.611.05-
YUV18.69132.13136.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 45.59%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 26 (10.55% from 255) = 38.24%
R=45.59%
G=16.18%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31112600.650.160.8831547.628.24
Hex1FB1A041105813b308
Octal3713320101201304736010
Binary11111101111010010000011000010110001001110111100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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