#1B1128

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

Shades of Blackcurrant #1B1128

Tints of Blackcurrant #1B1128

Color information

#1B1128 (or 0x1B1128) is unknown color: approx Blackcurrant. HEX triplet: 1B, 11 and 28. RGB value is (27,17,40). Sum of RGB (Red+Green+Blue) = 27+17+40=84 (11% of max value = 765). Red value is 27 (10.94% from 255 or 32.14% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1128 is #E4EED7. Grayscale: #161616. Windows color (decimal): -15003352 or 2625819. OLE color: 2625819.

HSL color Cylindrical-coordinate representation of color #1B1128: hue angle of 266.09º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B1128 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB271740-
CMYK0.330.5700.84
HSL266.09º40.35%11.18%-
HSV(B)266.09º57.5%15.69%-
XYZ1.040.792.1-
YUV22.61137.81131.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 32.14%
GREEN value IS 17 (7.03% from 255) = 20.24%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=32.14%
G=20.24%
B=47.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2717400.330.5700.84266.0940.3511.18
Hex1B1128213905410a28b
Octal332150417101244125013
Binary1101110001101000100001111001010101001000010101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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