#1B111E

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

Shades of Blackcurrant #1B111E

Tints of Blackcurrant #1B111E

Color information

#1B111E (or 0x1B111E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 11 and 1E. RGB value is (27,17,30). Sum of RGB (Red+Green+Blue) = 27+17+30=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B111E is #E4EEE1. Grayscale: #151515. Windows color (decimal): -15003362 or 1970459. OLE color: 1970459.

HSL color Cylindrical-coordinate representation of color #1B111E: hue angle of 286.15º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B111E is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB271730-
CMYK0.100.4300.88
HSL286.15º27.66%9.22%-
HSV(B)286.15º43.33%11.76%-
XYZ0.890.731.32-
YUV21.47132.81131.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 30 (12.11% from 255) = 40.54%
R=36.49%
G=22.97%
B=40.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2717300.100.4300.88286.1527.669.22
Hex1B111EA2B05811e1c9
Octal332136125301304363411
Binary110111000111110101010101101011000100011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B111E; }

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

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

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

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

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

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

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

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