#191B1F

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

Shades of Black Russian #191B1F

Tints of Black Russian #191B1F

Color information

#191B1F (or 0x191B1F) is unknown color: approx Black Russian. HEX triplet: 19, 1B and 1F. RGB value is (25,27,31). Sum of RGB (Red+Green+Blue) = 25+27+31=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 31 - color contains mainly: blue. Hex color #191B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B1F is #E6E4E0. Grayscale: #1A1A1A. Windows color (decimal): -15131873 or 2038553. OLE color: 2038553.

HSL color Cylindrical-coordinate representation of color #191B1F: hue angle of 220º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #191B1F is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB252731-
CMYK0.190.1300.88
HSL220º10.71%10.98%-
HSV(B)220º19.35%12.16%-
XYZ1.041.091.45-
YUV26.86130.34126.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.12%
GREEN value IS 27 (10.94% from 255) = 32.53%
BLUE value IS 31 (12.5% from 255) = 37.35%
R=30.12%
G=32.53%
B=37.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2527310.190.1300.8822010.7110.98
Hex191B1F13D058dcbb
Octal313337231501303341313
Binary110011101111111100111101010110001101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191B1F; }

 p { color: rgb(25,27,31); }

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

<style>
 a { background-color: #191B1F; }

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

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

<style>
 span { border-color: #191B1F; }

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

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