#1B191D

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

Shades of Blackcurrant #1B191D

Tints of Blackcurrant #1B191D

Color information

#1B191D (or 0x1B191D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 19 and 1D. RGB value is (27,25,29). Sum of RGB (Red+Green+Blue) = 27+25+29=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B191D is #E4E6E2. Grayscale: #1A1A1A. Windows color (decimal): -15001315 or 1906971. OLE color: 1906971.

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

Color convert

RGB272529-
CMYK0.070.1400.89
HSL270º7.41%10.59%-
HSV(B)270º13.79%11.37%-
XYZ1.021.021.3-
YUV26.05129.66128.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 33.33%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=33.33%
G=30.86%
B=35.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2725290.070.1400.892707.4110.59
Hex1B191D7E05910e7b
Octal3331357160131416713
Binary1101111001111011111110010110011000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,25,29); }

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

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

 a { background-color: rgb(27,25,29); }

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

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

 span { border-color: rgb(27,25,29); }

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