#110F13

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

Shades of Blackcurrant #110F13

Tints of Blackcurrant #110F13

Color information

#110F13 (or 0x110F13) is unknown color: approx Blackcurrant. HEX triplet: 11, 0F and 13. RGB value is (17,15,19). Sum of RGB (Red+Green+Blue) = 17+15+19=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 19 - color contains mainly: blue. Hex color #110F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F13 is #EEF0EC. Grayscale: #101010. Windows color (decimal): -15659245 or 1249041. OLE color: 1249041.

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

Color convert

RGB171519-
CMYK0.110.2100.93
HSL270º11.76%6.67%-
HSV(B)270º21.05%7.45%-
XYZ0.520.510.69-
YUV16.05129.66128.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 15 (6.25% from 255) = 29.41%
BLUE value IS 19 (7.81% from 255) = 37.25%
R=33.33%
G=29.41%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1715190.110.2100.9327011.766.67
Hex11F13B1505D10ec7
Octal21172313250135416147
Binary10001111110011101110101010111011000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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