#1B141F

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

Shades of Blackcurrant #1B141F

Tints of Blackcurrant #1B141F

Color information

#1B141F (or 0x1B141F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 14 and 1F. RGB value is (27,20,31). Sum of RGB (Red+Green+Blue) = 27+20+31=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B141F is #E4EBE0. Grayscale: #171717. Windows color (decimal): -15002593 or 2036763. OLE color: 2036763.

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

Color convert

RGB272031-
CMYK0.130.3500.88
HSL278.18º21.57%10%-
HSV(B)278.18º35.48%12.16%-
XYZ0.950.831.41-
YUV23.35132.32130.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 34.62%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=34.62%
G=25.64%
B=39.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2720310.130.3500.88278.1821.5710
Hex1B141FD2305811616a
Octal332437154301304262612
Binary110111010011111110110001101011000100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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