#110921

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

Shades of Blackcurrant #110921

Tints of Blackcurrant #110921

Color information

#110921 (or 0x110921) is unknown color: approx Blackcurrant. HEX triplet: 11, 09 and 21. RGB value is (17,9,33). Sum of RGB (Red+Green+Blue) = 17+9+33=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #110921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110921 is #EEF6DE. Grayscale: #0E0E0E. Windows color (decimal): -15660767 or 2165009. OLE color: 2165009.

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

Color convert

RGB17933-
CMYK0.480.7300.87
HSL260º57.14%8.24%-
HSV(B)260º72.73%12.94%-
XYZ0.60.421.49-
YUV14.13138.65130.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 28.81%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 33 (13.28% from 255) = 55.93%
R=28.81%
G=15.25%
B=55.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal179330.480.7300.8726057.148.24
Hex119213049057104398
Octal2111416011101274047110
Binary1000110011000011100001001001010101111000001001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110921; }

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

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

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

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

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

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

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

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