#131B2B

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

Shades of Black Russian #131B2B

Tints of Black Russian #131B2B

Color information

#131B2B (or 0x131B2B) is unknown color: approx Black Russian. HEX triplet: 13, 1B and 2B. RGB value is (19,27,43). Sum of RGB (Red+Green+Blue) = 19+27+43=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #131B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B2B is #ECE4D4. Grayscale: #1A1A1A. Windows color (decimal): -15525077 or 2824979. OLE color: 2824979.

HSL color Cylindrical-coordinate representation of color #131B2B: hue angle of 220º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #131B2B is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB192743-
CMYK0.560.3700.83
HSL220º38.71%12.16%-
HSV(B)220º55.81%16.86%-
XYZ1.11.12.44-
YUV26.43137.35122.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=21.35%
G=30.34%
B=48.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1927430.560.3700.8322038.7112.16
Hex131B2B3825053dc27c
Octal233353704501233344714
Binary100111101110101111100010010101010011110111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131B2B; }

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

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

<style>
 a { background-color: #131B2B; }

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

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

<style>
 span { border-color: #131B2B; }

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

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