#110315

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

Shades of Blackcurrant #110315

Tints of Blackcurrant #110315

Color information

#110315 (or 0x110315) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 15. RGB value is (17,3,21). Sum of RGB (Red+Green+Blue) = 17+3+21=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #110315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110315 is #EEFCEA. Grayscale: #090909. Windows color (decimal): -15662315 or 1377041. OLE color: 1377041.

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

Color convert

RGB17321-
CMYK0.190.8600.92
HSL286.67º75%4.71%-
HSV(B)286.67º85.71%8.24%-
XYZ0.40.240.73-
YUV9.24134.64133.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 21 (8.59% from 255) = 51.22%
R=41.46%
G=7.32%
B=51.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal173210.190.8600.92286.67754.71
Hex11315135605C11f4b5
Octal213252312601344371135
Binary100011110101100111010110010111001000111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110315; }

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

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

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

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

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

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

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

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