#1F091B

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

Shades of Melanzane #1F091B

Tints of Melanzane #1F091B

Color information

#1F091B (or 0x1F091B) is unknown color: approx Melanzane. HEX triplet: 1F, 09 and 1B. RGB value is (31,9,27). Sum of RGB (Red+Green+Blue) = 31+9+27=67 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.27% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 31 - color contains mainly: red. Hex color #1F091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F091B is #E0F6E4. Grayscale: #111111. Windows color (decimal): -14743269 or 1771807. OLE color: 1771807.

HSL color Cylindrical-coordinate representation of color #1F091B: hue angle of 310.91º 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 #1F091B is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB31927-
CMYK00.710.130.88
HSL310.91º55%7.84%-
HSV(B)310.91º70.97%12.16%-
XYZ0.860.571.1-
YUV17.63133.29137.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 46.27%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=46.27%
G=13.43%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3192700.710.130.88310.91557.84
Hex1F91B047D58137378
Octal3711330107151304676710
Binary1111110011101101000111110110110001001101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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