#110B17

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

Shades of Blackcurrant #110B17

Tints of Blackcurrant #110B17

Color information

#110B17 (or 0x110B17) is unknown color: approx Blackcurrant. HEX triplet: 11, 0B and 17. RGB value is (17,11,23). Sum of RGB (Red+Green+Blue) = 17+11+23=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #110B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B17 is #EEF4E8. Grayscale: #0E0E0E. Windows color (decimal): -15660265 or 1510161. OLE color: 1510161.

HSL color Cylindrical-coordinate representation of color #110B17: hue angle of 270º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #110B17 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB171123-
CMYK0.260.5200.91
HSL270º35.29%6.67%-
HSV(B)270º52.17%9.02%-
XYZ0.510.420.87-
YUV14.16132.99130.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 11 (4.69% from 255) = 21.57%
BLUE value IS 23 (9.38% from 255) = 45.10%
R=33.33%
G=21.57%
B=45.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1711230.260.5200.9127035.296.67
Hex11B171A3405B10e237
Octal21132732640133416437
Binary100011011101111101011010001011011100001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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