#1B101E

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

Shades of Blackcurrant #1B101E

Tints of Blackcurrant #1B101E

Color information

#1B101E (or 0x1B101E) is unknown color: approx Blackcurrant. HEX triplet: 1B, 10 and 1E. RGB value is (27,16,30). Sum of RGB (Red+Green+Blue) = 27+16+30=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #1B101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B101E is #E4EFE1. Grayscale: #141414. Windows color (decimal): -15003618 or 1970203. OLE color: 1970203.

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

Color convert

RGB271630-
CMYK0.100.4700.88
HSL287.14º30.43%9.02%-
HSV(B)287.14º46.67%11.76%-
XYZ0.870.71.32-
YUV20.88133.14132.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 36.99%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=36.99%
G=21.92%
B=41.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2716300.100.4700.88287.1430.439.02
Hex1B101EA2F05811f1e9
Octal332036125701304373611
Binary110111000011110101010111101011000100011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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