#1F0D1A

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

Shades of Melanzane #1F0D1A

Tints of Melanzane #1F0D1A

Color information

#1F0D1A (or 0x1F0D1A) is unknown color: approx Melanzane. HEX triplet: 1F, 0D and 1A. RGB value is (31,13,26). Sum of RGB (Red+Green+Blue) = 31+13+26=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0D1A is #E0F2E5. Grayscale: #131313. Windows color (decimal): -14742246 or 1707295. OLE color: 1707295.

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

Color convert

RGB311326-
CMYK00.580.160.88
HSL316.67º40.91%8.63%-
HSV(B)316.67º58.06%12.16%-
XYZ0.90.651.06-
YUV19.86131.46135.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 13 (5.47% from 255) = 18.57%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=44.29%
G=18.57%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31132600.580.160.88316.6740.918.63
Hex1FD1A03A105813d299
Octal371532072201304755111
Binary1111111011101001110101000010110001001111011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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