#1B112D

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

Shades of Blackcurrant #1B112D

Tints of Blackcurrant #1B112D

Color information

#1B112D (or 0x1B112D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 11 and 2D. RGB value is (27,17,45). Sum of RGB (Red+Green+Blue) = 27+17+45=89 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.34% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #1B112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B112D is #E4EED2. Grayscale: #171717. Windows color (decimal): -15003347 or 2953499. OLE color: 2953499.

HSL color Cylindrical-coordinate representation of color #1B112D: hue angle of 261.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B112D is Cyan = 0.4, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB271745-
CMYK0.40.6200.82
HSL261.43º45.16%12.16%-
HSV(B)261.43º62.22%17.65%-
XYZ1.130.822.58-
YUV23.18140.31130.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.34%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 45 (17.97% from 255) = 50.56%
R=30.34%
G=19.10%
B=50.56%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2717450.40.6200.82261.4345.1612.16
Hex1B112D283E0521052dc
Octal332155507601224055514
Binary1101110001101101101000111110010100101000001011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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