#1F0D18

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

Shades of Melanzane #1F0D18

Tints of Melanzane #1F0D18

Color information

#1F0D18 (or 0x1F0D18) is unknown color: approx Melanzane. HEX triplet: 1F, 0D and 18. RGB value is (31,13,24). Sum of RGB (Red+Green+Blue) = 31+13+24=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D18 is #E0F2E7. Grayscale: #131313. Windows color (decimal): -14742248 or 1576223. OLE color: 1576223.

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

Color convert

RGB311324-
CMYK00.580.230.88
HSL323.33º40.91%8.63%-
HSV(B)323.33º58.06%12.16%-
XYZ0.870.650.94-
YUV19.64130.46136.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 45.59%
GREEN value IS 13 (5.47% from 255) = 19.12%
BLUE value IS 24 (9.77% from 255) = 35.29%
R=45.59%
G=19.12%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31132400.580.230.88323.3340.918.63
Hex1FD1803A1758143299
Octal371530072271305035111
Binary1111111011100001110101011110110001010000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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