#110823

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

Shades of Blackcurrant #110823

Tints of Blackcurrant #110823

Color information

#110823 (or 0x110823) is unknown color: approx Blackcurrant. HEX triplet: 11, 08 and 23. RGB value is (17,8,35). Sum of RGB (Red+Green+Blue) = 17+8+35=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #110823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110823 is #EEF7DC. Grayscale: #0D0D0D. Windows color (decimal): -15661021 or 2295825. OLE color: 2295825.

HSL color Cylindrical-coordinate representation of color #110823: hue angle of 260º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #110823 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB17835-
CMYK0.510.7700.86
HSL260º62.79%8.43%-
HSV(B)260º77.14%13.73%-
XYZ0.620.411.64-
YUV13.77139.98130.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.33%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 35 (14.06% from 255) = 58.33%
R=28.33%
G=13.33%
B=58.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal178350.510.7700.8626062.798.43
Hex11823334D0561043f8
Octal2110436311501264047710
Binary1000110001000111100111001101010101101000001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110823; }

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

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

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

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

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

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

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

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