#1B131E

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

Shades of Blackcurrant #1B131E

Tints of Blackcurrant #1B131E

Color information

#1B131E (or 0x1B131E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 13 and 1E. RGB value is (27,19,30). Sum of RGB (Red+Green+Blue) = 27+19+30=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B131E is #E4ECE1. Grayscale: #161616. Windows color (decimal): -15002850 or 1970971. OLE color: 1970971.

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

Color convert

RGB271930-
CMYK0.100.3700.88
HSL283.64º22.45%9.61%-
HSV(B)283.64º36.67%11.76%-
XYZ0.920.791.33-
YUV22.65132.15131.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.53%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=35.53%
G=25%
B=39.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2719300.100.3700.88283.6422.459.61
Hex1B131EA2505811c16a
Octal332336124501304342612
Binary110111001111110101010010101011000100011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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