#1B131F

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

Shades of Blackcurrant #1B131F

Tints of Blackcurrant #1B131F

Color information

#1B131F (or 0x1B131F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 13 and 1F. RGB value is (27,19,31). Sum of RGB (Red+Green+Blue) = 27+19+31=77 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.06% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B131F is #E4ECE0. Grayscale: #161616. Windows color (decimal): -15002849 or 2036507. OLE color: 2036507.

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

Color convert

RGB271931-
CMYK0.130.3900.88
HSL280º24%9.8%-
HSV(B)280º38.71%12.16%-
XYZ0.930.81.4-
YUV22.76132.65131.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.06%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 31 (12.5% from 255) = 40.26%
R=35.06%
G=24.68%
B=40.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2719310.130.3900.88280249.8
Hex1B131FD2705811818a
Octal332337154701304303012
Binary110111001111111110110011101011000100011000110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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