#110915

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

Shades of Blackcurrant #110915

Tints of Blackcurrant #110915

Color information

#110915 (or 0x110915) is unknown color: approx Blackcurrant. HEX triplet: 11, 09 and 15. RGB value is (17,9,21). Sum of RGB (Red+Green+Blue) = 17+9+21=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #110915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110915 is #EEF6EA. Grayscale: #0C0C0C. Windows color (decimal): -15660779 or 1378577. OLE color: 1378577.

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

Color convert

RGB17921-
CMYK0.190.5700.92
HSL280º40%5.88%-
HSV(B)280º57.14%8.24%-
XYZ0.460.370.76-
YUV12.76132.65131.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 36.17%
GREEN value IS 9 (3.91% from 255) = 19.15%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=36.17%
G=19.15%
B=44.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal179210.190.5700.92280405.88
Hex11915133905C118286
Octal21112523710134430506
Binary100011001101011001111100101011100100011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110915; }

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

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

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

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

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

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

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

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