#110523

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

Shades of Blackcurrant #110523

Tints of Blackcurrant #110523

Color information

#110523 (or 0x110523) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 23. RGB value is (17,5,35). Sum of RGB (Red+Green+Blue) = 17+5+35=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #110523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110523 is #EEFADC. Grayscale: #0B0B0B. Windows color (decimal): -15661789 or 2295057. OLE color: 2295057.

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

Color convert

RGB17535-
CMYK0.510.8600.86
HSL264º75%7.84%-
HSV(B)264º85.71%13.73%-
XYZ0.590.351.63-
YUV12.01140.98131.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 29.82%
GREEN value IS 5 (2.34% from 255) = 8.77%
BLUE value IS 35 (14.06% from 255) = 61.40%
R=29.82%
G=8.77%
B=61.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal175350.510.8600.86264757.84
Hex1152333560561084b8
Octal2154363126012641011310
Binary1000110110001111001110101100101011010000100010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110523; }

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

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

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

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

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

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

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

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