#1F0D1C

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

Shades of Melanzane #1F0D1C

Tints of Melanzane #1F0D1C

Color information

#1F0D1C (or 0x1F0D1C) is unknown color: approx Melanzane. HEX triplet: 1F, 0D and 1C. RGB value is (31,13,28). Sum of RGB (Red+Green+Blue) = 31+13+28=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0D1C is #E0F2E3. Grayscale: #141414. Windows color (decimal): -14742244 or 1838367. OLE color: 1838367.

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

Color convert

RGB311328-
CMYK00.580.100.88
HSL310º40.91%8.63%-
HSV(B)310º58.06%12.16%-
XYZ0.920.661.18-
YUV20.09132.46135.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=43.06%
G=18.06%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31132800.580.100.8831040.918.63
Hex1FD1C03AA58136299
Octal371534072121304665111
Binary111111101111000111010101010110001001101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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