#191B2A

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

Shades of Black Russian #191B2A

Tints of Black Russian #191B2A

Color information

#191B2A (or 0x191B2A) is unknown color: approx Black Russian. HEX triplet: 19, 1B and 2A. RGB value is (25,27,42). Sum of RGB (Red+Green+Blue) = 25+27+42=94 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.60% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #191B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B2A is #E6E4D5. Grayscale: #1C1C1C. Windows color (decimal): -15131862 or 2759449. OLE color: 2759449.

HSL color Cylindrical-coordinate representation of color #191B2A: hue angle of 232.94º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #191B2A is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB252742-
CMYK0.400.3600.84
HSL232.94º25.37%13.14%-
HSV(B)232.94º40.48%16.47%-
XYZ1.211.162.35-
YUV28.11135.84125.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.60%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=26.60%
G=28.72%
B=44.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2527420.400.3600.84232.9425.3713.14
Hex191B2A2824054e919d
Octal313352504401243513115
Binary11001110111010101010001001000101010011101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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