#110F12

Color #110F12 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #110F12

Tints of Blackcurrant #110F12

Color information

#110F12 (or 0x110F12) is unknown color: approx Blackcurrant. HEX triplet: 11, 0F and 12. RGB value is (17,15,18). Sum of RGB (Red+Green+Blue) = 17+15+18=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 18 - color contains mainly: blue. Hex color #110F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F12 is #EEF0ED. Grayscale: #0F0F0F. Windows color (decimal): -15659246 or 1183505. OLE color: 1183505.

HSL color Cylindrical-coordinate representation of color #110F12: hue angle of 280º degrees, saturation: 0.09, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #110F12 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB171518-
CMYK0.060.1700.93
HSL280º9.09%6.47%-
HSV(B)280º16.67%7.06%-
XYZ0.510.50.64-
YUV15.94129.16128.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 34%
GREEN value IS 15 (6.25% from 255) = 30%
BLUE value IS 18 (7.42% from 255) = 36%
R=34%
G=30%
B=36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1715180.060.1700.932809.096.47
Hex11F1261105D11896
Octal2117226210135430116
Binary1000111111001011010001010111011000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110F12; }

 p { color: rgb(17,15,18); }

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

<style>
 a { background-color: #110F12; }

 a { background-color: rgb(17,15,18); }

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

<style>
 span { border-color: #110F12; }

 span { border-color: rgb(17,15,18); }

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