#1B111D

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

Shades of Blackcurrant #1B111D

Tints of Blackcurrant #1B111D

Color information

#1B111D (or 0x1B111D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 11 and 1D. RGB value is (27,17,29). Sum of RGB (Red+Green+Blue) = 27+17+29=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B111D is #E4EEE2. Grayscale: #151515. Windows color (decimal): -15003363 or 1904923. OLE color: 1904923.

HSL color Cylindrical-coordinate representation of color #1B111D: hue angle of 290º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B111D is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB271729-
CMYK0.070.4100.89
HSL290º26.09%9.02%-
HSV(B)290º41.38%11.37%-
XYZ0.870.721.26-
YUV21.36132.31132.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 29 (11.72% from 255) = 39.73%
R=36.99%
G=23.29%
B=39.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2717290.070.4100.8929026.099.02
Hex1B111D7290591221a9
Octal33213575101314423211
Binary11011100011110111110100101011001100100010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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