#110816

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

Shades of Blackcurrant #110816

Tints of Blackcurrant #110816

Color information

#110816 (or 0x110816) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 16. RGB value is (17,8,22). Sum of RGB (Red+Green+Blue) = 17+8+22=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #110816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110816 is #EEF7E9. Grayscale: #0C0C0C. Windows color (decimal): -15661034 or 1443857. OLE color: 1443857.

HSL color Cylindrical-coordinate representation of color #110816: hue angle of 278.57º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #110816 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB17822-
CMYK0.230.6400.91
HSL278.57º46.67%5.88%-
HSV(B)278.57º63.64%8.63%-
XYZ0.460.350.8-
YUV12.29133.48131.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 22 (8.98% from 255) = 46.81%
R=36.17%
G=17.02%
B=46.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal178220.230.6400.91278.5746.675.88
Hex11816174005B1172f6
Octal211026271000133427576
Binary1000110001011010111100000001011011100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110816; }

 p { color: rgb(17,8,22); }

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

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

 a { background-color: rgb(17,8,22); }

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

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

 span { border-color: rgb(17,8,22); }

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