#110B12

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

Shades of Blackcurrant #110B12

Tints of Blackcurrant #110B12

Color information

#110B12 (or 0x110B12) is unknown color: approx Blackcurrant. HEX triplet: 11, 0B and 12. RGB value is (17,11,18). Sum of RGB (Red+Green+Blue) = 17+11+18=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 18 - color contains mainly: blue. Hex color #110B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B12 is #EEF4ED. Grayscale: #0D0D0D. Windows color (decimal): -15660270 or 1182481. OLE color: 1182481.

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

Color convert

RGB171118-
CMYK0.060.3900.93
HSL291.43º24.14%5.69%-
HSV(B)291.43º38.89%7.06%-
XYZ0.460.40.63-
YUV13.59130.49130.43-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 11 (4.69% from 255) = 23.91%
BLUE value IS 18 (7.42% from 255) = 39.13%
R=36.96%
G=23.91%
B=39.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711180.060.3900.93291.4324.145.69
Hex11B1262705D123186
Octal2113226470135443306
Binary100011011100101101001110101110110010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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