#11001A

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

Shades of Blackcurrant #11001A

Tints of Blackcurrant #11001A

Color information

#11001A (or 0x11001A) is unknown color: approx Blackcurrant. HEX triplet: 11, 00 and 1A. RGB value is (17,0,26). Sum of RGB (Red+Green+Blue) = 17+0+26=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #11001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11001A is #EEFFE5. Grayscale: #070707. Windows color (decimal): -15663078 or 1703953. OLE color: 1703953.

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

Color convert

RGB17026-
CMYK0.35100.90
HSL279.23º100%5.1%-
HSV(B)279.23º100%10.2%-
XYZ0.420.190.99-
YUV8.05138.13134.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 39.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 60.47%
R=39.53%
G=0%
B=60.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal170260.35100.90279.231005.1
Hex1101A236405A117645
Octal210324314401324271445
Binary100010110101000111100100010110101000101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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