#11011B

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

Shades of Blackcurrant #11011B

Tints of Blackcurrant #11011B

Color information

#11011B (or 0x11011B) is unknown color: approx Blackcurrant. HEX triplet: 11, 01 and 1B. RGB value is (17,1,27). Sum of RGB (Red+Green+Blue) = 17+1+27=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #11011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11011B is #EEFEE4. Grayscale: #080808. Windows color (decimal): -15662821 or 1769745. OLE color: 1769745.

HSL color Cylindrical-coordinate representation of color #11011B: hue angle of 276.92º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11011B is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB17127-
CMYK0.370.9600.89
HSL276.92º92.86%5.49%-
HSV(B)276.92º96.3%10.59%-
XYZ0.440.221.06-
YUV8.75138.3133.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 37.78%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 27 (10.94% from 255) = 60%
R=37.78%
G=2.22%
B=60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal171270.370.9600.89276.9292.865.49
Hex1111B25600591155d5
Octal211334514001314251355
Binary100011110111001011100000010110011000101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11011B; }

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

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

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

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

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

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

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

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