#110528

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

Shades of Blackcurrant #110528

Tints of Blackcurrant #110528

Color information

#110528 (or 0x110528) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 28. RGB value is (17,5,40). Sum of RGB (Red+Green+Blue) = 17+5+40=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #110528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110528 is #EEFAD7. Grayscale: #0C0C0C. Windows color (decimal): -15661784 or 2622737. OLE color: 2622737.

HSL color Cylindrical-coordinate representation of color #110528: hue angle of 260.57º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110528 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB17540-
CMYK0.570.8800.84
HSL260.57º77.78%8.82%-
HSV(B)260.57º87.5%15.69%-
XYZ0.670.382.05-
YUV12.58143.48131.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 5 (2.34% from 255) = 8.06%
BLUE value IS 40 (16.02% from 255) = 64.52%
R=27.42%
G=8.06%
B=64.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal175400.570.8800.84260.5777.788.82
Hex1152839580541054e9
Octal2155071130012440511611
Binary1000110110100011100110110000101010010000010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110528; }

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

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

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

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

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

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

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

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