#110815

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

Shades of Blackcurrant #110815

Tints of Blackcurrant #110815

Color information

#110815 (or 0x110815) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 15. RGB value is (17,8,21). Sum of RGB (Red+Green+Blue) = 17+8+21=46 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.96% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #110815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110815 is #EEF7EA. Grayscale: #0C0C0C. Windows color (decimal): -15661035 or 1378321. OLE color: 1378321.

HSL color Cylindrical-coordinate representation of color #110815: hue angle of 281.54º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #110815 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB17821-
CMYK0.190.6200.92
HSL281.54º44.83%5.69%-
HSV(B)281.54º61.9%8.24%-
XYZ0.450.350.75-
YUV12.17132.98131.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.96%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 21 (8.59% from 255) = 45.65%
R=36.96%
G=17.39%
B=45.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal178210.190.6200.92281.5444.835.69
Hex11815133E05C11a2d6
Octal21102523760134432556
Binary100011000101011001111111001011100100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110815; }

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

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

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

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

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

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

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

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