#110715

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

Shades of Blackcurrant #110715

Tints of Blackcurrant #110715

Color information

#110715 (or 0x110715) is unknown color: approx Blackcurrant. HEX triplet: 11, 07 and 15. RGB value is (17,7,21). Sum of RGB (Red+Green+Blue) = 17+7+21=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #110715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110715 is #EEF8EA. Grayscale: #0B0B0B. Windows color (decimal): -15661291 or 1378065. OLE color: 1378065.

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

Color convert

RGB17721-
CMYK0.190.6700.92
HSL282.86º50%5.49%-
HSV(B)282.86º66.67%8.24%-
XYZ0.440.330.75-
YUV11.59133.31131.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 7 (3.12% from 255) = 15.56%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=37.78%
G=15.56%
B=46.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal177210.190.6700.92282.86505.49
Hex11715134305C11b325
Octal21725231030134433625
Binary100011111010110011100001101011100100011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110715; }

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

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

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

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

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

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

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

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