#110121

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

Shades of Blackcurrant #110121

Tints of Blackcurrant #110121

Color information

#110121 (or 0x110121) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 21. RGB value is (17,1,33). Sum of RGB (Red+Green+Blue) = 17+1+33=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #110121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110121 is #EEFEDE. Grayscale: #090909. Windows color (decimal): -15662815 or 2162961. OLE color: 2162961.

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

Color convert

RGB17133-
CMYK0.480.9700.87
HSL270º94.12%6.67%-
HSV(B)270º96.97%12.94%-
XYZ0.520.251.46-
YUV9.43141.3133.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 33 (13.28% from 255) = 64.71%
R=33.33%
G=1.96%
B=64.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal171330.480.9700.8727094.126.67
Hex11121306105710e5e7
Octal211416014101274161367
Binary1000111000011100001100001010101111000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110121; }

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

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

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

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

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

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

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

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