#1B151D

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

Shades of Blackcurrant #1B151D

Tints of Blackcurrant #1B151D

Color information

#1B151D (or 0x1B151D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 15 and 1D. RGB value is (27,21,29). Sum of RGB (Red+Green+Blue) = 27+21+29=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B151D is #E4EAE2. Grayscale: #171717. Windows color (decimal): -15002339 or 1905947. OLE color: 1905947.

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

Color convert

RGB272129-
CMYK0.070.2800.89
HSL285º16%9.8%-
HSV(B)285º27.59%11.37%-
XYZ0.940.861.28-
YUV23.71130.99130.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=35.06%
G=27.27%
B=37.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2721290.070.2800.89285169.8
Hex1B151D71C05911d10a
Octal33253573401314352012
Binary1101110101111011111110001011001100011101100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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