#1B101F

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

Shades of Blackcurrant #1B101F

Tints of Blackcurrant #1B101F

Color information

#1B101F (or 0x1B101F) is unknown color: approx Blackcurrant. HEX triplet: 1B, 10 and 1F. RGB value is (27,16,31). Sum of RGB (Red+Green+Blue) = 27+16+31=74 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.49% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B101F is #E4EFE0. Grayscale: #141414. Windows color (decimal): -15003617 or 2035739. OLE color: 2035739.

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

Color convert

RGB271631-
CMYK0.130.4800.88
HSL284º31.91%9.22%-
HSV(B)284º48.39%12.16%-
XYZ0.880.71.39-
YUV21133.64132.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.49%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 31 (12.5% from 255) = 41.89%
R=36.49%
G=21.62%
B=41.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2716310.130.4800.8828431.919.22
Hex1B101FD3005811c209
Octal332037156001304344011
Binary1101110000111111101110000010110001000111001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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