#110026

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

Shades of Blackcurrant #110026

Tints of Blackcurrant #110026

Color information

#110026 (or 0x110026) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 26. RGB value is (17,0,38). Sum of RGB (Red+Green+Blue) = 17+0+38=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 38 (15.23% from 255 or 69.09% from 55); Max value from RGB is 38 - color contains mainly: blue. Hex color #110026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110026 is #EEFFD9. Grayscale: #090909. Windows color (decimal): -15663066 or 2490385. OLE color: 2490385.

HSL color Cylindrical-coordinate representation of color #110026: hue angle of 266.84º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110026 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB17038-
CMYK0.55100.85
HSL266.84º100%7.45%-
HSV(B)266.84º100%14.9%-
XYZ0.580.261.85-
YUV9.41144.13133.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 30.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 69.09%
R=30.91%
G=0%
B=69.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal170380.55100.85266.841007.45
Hex11026376405510b647
Octal210466714401254131447
Binary1000101001101101111100100010101011000010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110026; }

 p { color: rgb(17,0,38); }

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

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

 a { background-color: rgb(17,0,38); }

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

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

 span { border-color: rgb(17,0,38); }

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