#1B1121

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

Shades of Blackcurrant #1B1121

Tints of Blackcurrant #1B1121

Color information

#1B1121 (or 0x1B1121) is unknown color: approx Blackcurrant. HEX triplet: 1B, 11 and 21. RGB value is (27,17,33). Sum of RGB (Red+Green+Blue) = 27+17+33=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #1B1121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1121 is #E4EEDE. Grayscale: #151515. Windows color (decimal): -15003359 or 2167067. OLE color: 2167067.

HSL color Cylindrical-coordinate representation of color #1B1121: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B1121 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB271733-
CMYK0.180.4800.87
HSL277.5º32%9.8%-
HSV(B)277.5º48.48%12.94%-
XYZ0.930.741.53-
YUV21.81134.31131.7-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 33 (13.28% from 255) = 42.86%
R=35.06%
G=22.08%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2717330.180.4800.87277.5329.8
Hex1B1121123005711620a
Octal332141226001274264012
Binary110111000110000110010110000010101111000101101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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