#1B202B

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

Shades of Black Russian #1B202B

Tints of Black Russian #1B202B

Color information

#1B202B (or 0x1B202B) is unknown color: approx Black Russian. HEX triplet: 1B, 20 and 2B. RGB value is (27,32,43). Sum of RGB (Red+Green+Blue) = 27+32+43=102 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.47% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #1B202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B202B is #E4DFD4. Grayscale: #1F1F1F. Windows color (decimal): -14999509 or 2826267. OLE color: 2826267.

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

Color convert

RGB273243-
CMYK0.370.2600.83
HSL221.25º22.86%13.73%-
HSV(B)221.25º37.21%16.86%-
XYZ1.41.442.49-
YUV31.76134.34124.61-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.47%
GREEN value IS 32 (12.89% from 255) = 31.37%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=26.47%
G=31.37%
B=42.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2732430.370.2600.83221.2522.8613.73
Hex1B202B251A053dd17e
Octal334053453201233352716
Binary11011100000101011100101110100101001111011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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