#1B121F

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

Shades of Blackcurrant #1B121F

Tints of Blackcurrant #1B121F

Color information

#1B121F (or 0x1B121F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 12 and 1F. RGB value is (27,18,31). Sum of RGB (Red+Green+Blue) = 27+18+31=76 (10% of max value = 765). Red value is 27 (10.94% from 255 or 35.53% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B121F is #E4EDE0. Grayscale: #161616. Windows color (decimal): -15003105 or 2036251. OLE color: 2036251.

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

Color convert

RGB271831-
CMYK0.130.4200.88
HSL281.54º26.53%9.61%-
HSV(B)281.54º41.94%12.16%-
XYZ0.920.761.4-
YUV22.17132.98131.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 35.53%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=35.53%
G=23.68%
B=40.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2718310.130.4200.88281.5426.539.61
Hex1B121FD2A05811a1ba
Octal332237155201304323312
Binary110111001011111110110101001011000100011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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