#110217

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

Shades of Blackcurrant #110217

Tints of Blackcurrant #110217

Color information

#110217 (or 0x110217) is unknown color: approx Blackcurrant. HEX triplet: 11, 02 and 17. RGB value is (17,2,23). Sum of RGB (Red+Green+Blue) = 17+2+23=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #110217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110217 is #EEFDE8. Grayscale: #080808. Windows color (decimal): -15662569 or 1507857. OLE color: 1507857.

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

Color convert

RGB17223-
CMYK0.260.9100.91
HSL282.86º84%4.9%-
HSV(B)282.86º91.3%9.02%-
XYZ0.410.220.83-
YUV8.88135.97133.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 2 (1.17% from 255) = 4.76%
BLUE value IS 23 (9.38% from 255) = 54.76%
R=40.48%
G=4.76%
B=54.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal172230.260.9100.91282.86844.9
Hex112171A5B05B11b545
Octal212273213301334331245
Binary100011010111110101011011010110111000110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110217; }

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

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

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

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

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

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

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

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