#1B1B20

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

Shades of Black Russian #1B1B20

Tints of Black Russian #1B1B20

Color information

#1B1B20 (or 0x1B1B20) is unknown color: approx Black Russian. HEX triplet: 1B, 1B and 20. RGB value is (27,27,32). Sum of RGB (Red+Green+Blue) = 27+27+32=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 32 - color contains mainly: blue. Hex color #1B1B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1B20 is #E4E4DF. Grayscale: #1B1B1B. Windows color (decimal): -15000800 or 2104091. OLE color: 2104091.

HSL color Cylindrical-coordinate representation of color #1B1B20: hue angle of 240º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1B1B20 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB272732-
CMYK0.160.1600.87
HSL240º8.47%11.57%-
HSV(B)240º15.62%12.55%-
XYZ1.11.121.52-
YUV27.57130.5127.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.40%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 32 (12.89% from 255) = 37.21%
R=31.40%
G=31.40%
B=37.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2727320.160.1600.872408.4711.57
Hex1B1B201010057f08c
Octal333340202001273601014
Binary11011110111000001000010000010101111111000010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,27,32); }

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

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

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

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

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

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

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