#110123

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

Shades of Blackcurrant #110123

Tints of Blackcurrant #110123

Color information

#110123 (or 0x110123) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 23. RGB value is (17,1,35). Sum of RGB (Red+Green+Blue) = 17+1+35=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #110123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110123 is #EEFEDC. Grayscale: #090909. Windows color (decimal): -15662813 or 2294033. OLE color: 2294033.

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

Color convert

RGB17135-
CMYK0.510.9700.86
HSL268.24º94.44%7.06%-
HSV(B)268.24º97.14%13.73%-
XYZ0.550.261.61-
YUV9.66142.3133.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 32.08%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 35 (14.06% from 255) = 66.04%
R=32.08%
G=1.89%
B=66.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal171350.510.9700.86268.2494.447.06
Hex11123336105610c5e7
Octal211436314101264141367
Binary1000111000111100111100001010101101000011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110123; }

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

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

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

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

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

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

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

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