#110415

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

Shades of Blackcurrant #110415

Tints of Blackcurrant #110415

Color information

#110415 (or 0x110415) is unknown color: approx Blackcurrant. HEX triplet: 11, 04 and 15. RGB value is (17,4,21). Sum of RGB (Red+Green+Blue) = 17+4+21=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #110415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110415 is #EEFBEA. Grayscale: #090909. Windows color (decimal): -15662059 or 1377297. OLE color: 1377297.

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

Color convert

RGB17421-
CMYK0.190.8100.92
HSL285.88º68%4.9%-
HSV(B)285.88º80.95%8.24%-
XYZ0.410.260.74-
YUV9.82134.31133.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 21 (8.59% from 255) = 50%
R=40.48%
G=9.52%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal174210.190.8100.92285.88684.9
Hex11415135105C11e445
Octal214252312101344361045
Binary1000110010101100111010001010111001000111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110415; }

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

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

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

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

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

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

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

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