#110817

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

Shades of Blackcurrant #110817

Tints of Blackcurrant #110817

Color information

#110817 (or 0x110817) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 17. RGB value is (17,8,23). Sum of RGB (Red+Green+Blue) = 17+8+23=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #110817 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110817 is #EEF7E8. Grayscale: #0C0C0C. Windows color (decimal): -15661033 or 1509393. OLE color: 1509393.

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

Color convert

RGB17823-
CMYK0.260.6500.91
HSL276º48.39%6.08%-
HSV(B)276º65.22%9.02%-
XYZ0.470.350.85-
YUV12.4133.98131.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 23 (9.38% from 255) = 47.92%
R=35.42%
G=16.67%
B=47.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal178230.260.6500.9127648.396.08
Hex118171A4105B114306
Octal211027321010133424606
Binary1000110001011111010100000101011011100010100110000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110817; }

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

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

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

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

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

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

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

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