#1B181C

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

Shades of Blackcurrant #1B181C

Tints of Blackcurrant #1B181C

Color information

#1B181C (or 0x1B181C) is unknown color: approx Blackcurrant. HEX triplet: 1B, 18 and 1C. RGB value is (27,24,28). Sum of RGB (Red+Green+Blue) = 27+24+28=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B181C is #E4E7E3. Grayscale: #191919. Windows color (decimal): -15001572 or 1841179. OLE color: 1841179.

HSL color Cylindrical-coordinate representation of color #1B181C: hue angle of 285º degrees, saturation: 0.08, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1B181C is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB272428-
CMYK0.040.1400.89
HSL285º7.69%10.2%-
HSV(B)285º14.29%10.98%-
XYZ0.990.971.23-
YUV25.35129.49129.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 24 (9.77% from 255) = 30.38%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=34.18%
G=30.38%
B=35.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2724280.040.1400.892857.6910.2
Hex1B181C4E05911d8a
Octal33303441601314351012
Binary11011110001110010011100101100110001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,24,28); }

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

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

 a { background-color: rgb(27,24,28); }

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

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

 span { border-color: rgb(27,24,28); }

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