#110521

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

Shades of Blackcurrant #110521

Tints of Blackcurrant #110521

Color information

#110521 (or 0x110521) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 21. RGB value is (17,5,33). Sum of RGB (Red+Green+Blue) = 17+5+33=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #110521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110521 is #EEFADE. Grayscale: #0B0B0B. Windows color (decimal): -15661791 or 2163985. OLE color: 2163985.

HSL color Cylindrical-coordinate representation of color #110521: hue angle of 265.71º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110521 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB17533-
CMYK0.480.8500.87
HSL265.71º73.68%7.45%-
HSV(B)265.71º84.85%12.94%-
XYZ0.560.341.47-
YUV11.78139.98131.72-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 33 (13.28% from 255) = 60%
R=30.91%
G=9.09%
B=60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal175330.480.8500.87265.7173.687.45
Hex11521305505710a4a7
Octal215416012501274121127
Binary100011011000011100001010101010101111000010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110521; }

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

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

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

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

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

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

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

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