#1F0C1B

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

Shades of Melanzane #1F0C1B

Tints of Melanzane #1F0C1B

Color information

#1F0C1B (or 0x1F0C1B) is unknown color: approx Melanzane. HEX triplet: 1F, 0C and 1B. RGB value is (31,12,27). Sum of RGB (Red+Green+Blue) = 31+12+27=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0C1B is #E0F3E4. Grayscale: #131313. Windows color (decimal): -14742501 or 1772575. OLE color: 1772575.

HSL color Cylindrical-coordinate representation of color #1F0C1B: hue angle of 312.63º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F0C1B is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB311227-
CMYK00.610.130.88
HSL312.63º44.19%8.43%-
HSV(B)312.63º61.29%12.16%-
XYZ0.890.631.11-
YUV19.39132.29136.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 12 (5.08% from 255) = 17.14%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=44.29%
G=17.14%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31122700.610.130.88312.6344.198.43
Hex1FC1B03DD581392c8
Octal371433075151304715410
Binary111111100110110111101110110110001001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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