#110820

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

Shades of Blackcurrant #110820

Tints of Blackcurrant #110820

Color information

#110820 (or 0x110820) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 20. RGB value is (17,8,32). Sum of RGB (Red+Green+Blue) = 17+8+32=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #110820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110820 is #EEF7DF. Grayscale: #0D0D0D. Windows color (decimal): -15661024 or 2099217. OLE color: 2099217.

HSL color Cylindrical-coordinate representation of color #110820: hue angle of 262.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #110820 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB17832-
CMYK0.470.7500.87
HSL262.5º60%7.84%-
HSV(B)262.5º75%12.55%-
XYZ0.580.41.41-
YUV13.43138.48130.55-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 8 (3.52% from 255) = 14.04%
BLUE value IS 32 (12.89% from 255) = 56.14%
R=29.82%
G=14.04%
B=56.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal178320.470.7500.87262.5607.84
Hex118202F4B0571063c8
Octal2110405711301274067410
Binary1000110001000001011111001011010101111000001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110820; }

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

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

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

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

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

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

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

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