#11051A

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

Shades of Blackcurrant #11051A

Tints of Blackcurrant #11051A

Color information

#11051A (or 0x11051A) is unknown color: approx Blackcurrant. HEX triplet: 11, 05 and 1A. RGB value is (17,5,26). Sum of RGB (Red+Green+Blue) = 17+5+26=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #11051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11051A is #EEFAE5. Grayscale: #0A0A0A. Windows color (decimal): -15661798 or 1705233. OLE color: 1705233.

HSL color Cylindrical-coordinate representation of color #11051A: hue angle of 274.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11051A is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB17526-
CMYK0.350.8100.90
HSL274.29º67.74%6.08%-
HSV(B)274.29º80.77%10.2%-
XYZ0.470.31.01-
YUV10.98136.48132.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 35.42%
GREEN value IS 5 (2.34% from 255) = 10.42%
BLUE value IS 26 (10.55% from 255) = 54.17%
R=35.42%
G=10.42%
B=54.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal175260.350.8100.90274.2967.746.08
Hex1151A235105A112446
Octal215324312101324221046
Binary10001101110101000111010001010110101000100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11051A; }

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

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

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

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

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

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

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

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