#110913

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

Shades of Blackcurrant #110913

Tints of Blackcurrant #110913

Color information

#110913 (or 0x110913) is unknown color: approx Blackcurrant. HEX triplet: 11, 09 and 13. RGB value is (17,9,19). Sum of RGB (Red+Green+Blue) = 17+9+19=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: blue. Hex color #110913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110913 is #EEF6EC. Grayscale: #0C0C0C. Windows color (decimal): -15660781 or 1247505. OLE color: 1247505.

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

Color convert

RGB17919-
CMYK0.110.5300.93
HSL288º35.71%5.49%-
HSV(B)288º52.63%7.45%-
XYZ0.450.360.66-
YUV12.53131.65131.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 9 (3.91% from 255) = 20%
BLUE value IS 19 (7.81% from 255) = 42.22%
R=37.78%
G=20%
B=42.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal179190.110.5300.9328835.715.49
Hex11913B3505D120245
Octal21112313650135440445
Binary10001100110011101111010101011101100100000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110913; }

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

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

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

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

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

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

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

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