#1B151F

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

Shades of Blackcurrant #1B151F

Tints of Blackcurrant #1B151F

Color information

#1B151F (or 0x1B151F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 15 and 1F. RGB value is (27,21,31). Sum of RGB (Red+Green+Blue) = 27+21+31=79 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.18% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B151F is #E4EAE0. Grayscale: #171717. Windows color (decimal): -15002337 or 2037019. OLE color: 2037019.

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

Color convert

RGB272131-
CMYK0.130.3200.88
HSL276º19.23%10.2%-
HSV(B)276º32.26%12.16%-
XYZ0.970.871.41-
YUV23.93131.99130.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.18%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=34.18%
G=26.58%
B=39.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2721310.130.3200.8827619.2310.2
Hex1B151FD2005811413a
Octal332537154001304242312
Binary110111010111111110110000001011000100010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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