#110317

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

Shades of Blackcurrant #110317

Tints of Blackcurrant #110317

Color information

#110317 (or 0x110317) is unknown color: approx Blackcurrant. HEX triplet: 11, 03 and 17. RGB value is (17,3,23). Sum of RGB (Red+Green+Blue) = 17+3+23=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 23 (9.38% from 255 or 53.49% from 43); Max value from RGB is 23 - color contains mainly: blue. Hex color #110317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110317 is #EEFCE8. Grayscale: #090909. Windows color (decimal): -15662313 or 1508113. OLE color: 1508113.

HSL color Cylindrical-coordinate representation of color #110317: hue angle of 282º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #110317 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB17323-
CMYK0.260.8700.91
HSL282º76.92%5.1%-
HSV(B)282º86.96%9.02%-
XYZ0.420.250.84-
YUV9.47135.64133.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 23 (9.38% from 255) = 53.49%
R=39.53%
G=6.98%
B=53.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal173230.260.8700.9128276.925.1
Hex113171A5705B11a4d5
Octal213273212701334321155
Binary100011110111110101010111010110111000110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110317; }

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

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

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

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

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

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

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

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