#1F071A

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

Shades of Melanzane #1F071A

Tints of Melanzane #1F071A

Color information

#1F071A (or 0x1F071A) is unknown color: approx Melanzane. HEX triplet: 1F, 07 and 1A. RGB value is (31,7,26). Sum of RGB (Red+Green+Blue) = 31+7+26=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 7 (3.12% from 255 or 10.94% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F071A is #E0F8E5. Grayscale: #101010. Windows color (decimal): -14743782 or 1705759. OLE color: 1705759.

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

Color convert

RGB31726-
CMYK00.770.160.88
HSL312.5º63.16%7.45%-
HSV(B)312.5º77.42%12.16%-
XYZ0.830.521.03-
YUV16.34133.45138.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 48.44%
GREEN value IS 7 (3.12% from 255) = 10.94%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=48.44%
G=10.94%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3172600.770.160.88312.563.167.45
Hex1F71A04D10581383f7
Octal37732011520130470777
Binary111111111101001001101100001011000100111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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