#1B202C

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

Shades of Black Russian #1B202C

Tints of Black Russian #1B202C

Color information

#1B202C (or 0x1B202C) is unknown color: approx Black Russian. HEX triplet: 1B, 20 and 2C. RGB value is (27,32,44). Sum of RGB (Red+Green+Blue) = 27+32+44=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 44 (17.58% from 255 or 42.72% from 103); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B202C is #E4DFD3. Grayscale: #1F1F1F. Windows color (decimal): -14999508 or 2891803. OLE color: 2891803.

HSL color Cylindrical-coordinate representation of color #1B202C: hue angle of 222.35º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B202C is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB273244-
CMYK0.390.2700.83
HSL222.35º23.94%13.92%-
HSV(B)222.35º38.64%17.25%-
XYZ1.421.452.59-
YUV31.87134.84124.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.21%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 44 (17.58% from 255) = 42.72%
R=26.21%
G=31.07%
B=42.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2732440.390.2700.83222.3523.9413.92
Hex1B202C271B053de18e
Octal334054473301233363016
Binary11011100000101100100111110110101001111011110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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