#1B101D

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

Shades of Blackcurrant #1B101D

Tints of Blackcurrant #1B101D

Color information

#1B101D (or 0x1B101D) is unknown color: approx Blackcurrant. HEX triplet: 1B, 10 and 1D. RGB value is (27,16,29). Sum of RGB (Red+Green+Blue) = 27+16+29=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #1B101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B101D is #E4EFE2. Grayscale: #141414. Windows color (decimal): -15003619 or 1904667. OLE color: 1904667.

HSL color Cylindrical-coordinate representation of color #1B101D: hue angle of 290.77º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B101D is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB271629-
CMYK0.070.4500.89
HSL290.77º28.89%8.82%-
HSV(B)290.77º44.83%11.37%-
XYZ0.860.691.25-
YUV20.77132.64132.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 37.5%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=37.5%
G=22.22%
B=40.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2716290.070.4500.89290.7728.898.82
Hex1B101D72D0591231d9
Octal33203575501314433511
Binary11011100001110111110110101011001100100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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