#1B112C

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

Shades of Blackcurrant #1B112C

Tints of Blackcurrant #1B112C

Color information

#1B112C (or 0x1B112C) is unknown color: approx Blackcurrant. HEX triplet: 1B, 11 and 2C. RGB value is (27,17,44). Sum of RGB (Red+Green+Blue) = 27+17+44=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B112C is #E4EED3. Grayscale: #161616. Windows color (decimal): -15003348 or 2887963. OLE color: 2887963.

HSL color Cylindrical-coordinate representation of color #1B112C: hue angle of 262.22º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1B112C is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB271744-
CMYK0.390.6100.83
HSL262.22º44.26%11.96%-
HSV(B)262.22º61.36%17.25%-
XYZ1.110.822.48-
YUV23.07139.81130.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 30.68%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 44 (17.58% from 255) = 50%
R=30.68%
G=19.32%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2717440.390.6100.83262.2244.2611.96
Hex1B112C273D0531062cc
Octal332154477501234065414
Binary1101110001101100100111111101010100111000001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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