#191D2A

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

Shades of Black Russian #191D2A

Tints of Black Russian #191D2A

Color information

#191D2A (or 0x191D2A) is unknown color: approx Black Russian. HEX triplet: 19, 1D and 2A. RGB value is (25,29,42). Sum of RGB (Red+Green+Blue) = 25+29+42=96 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.04% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #191D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D2A is #E6E2D5. Grayscale: #1D1D1D. Windows color (decimal): -15131350 or 2759961. OLE color: 2759961.

HSL color Cylindrical-coordinate representation of color #191D2A: hue angle of 225.88º 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 #191D2A is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB252942-
CMYK0.400.3100.84
HSL225.88º25.37%13.14%-
HSV(B)225.88º40.48%16.47%-
XYZ1.261.252.37-
YUV29.29135.17124.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 26.04%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=26.04%
G=30.21%
B=43.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2529420.400.3100.84225.8825.3713.14
Hex191D2A281F054e219d
Octal313552503701243423115
Binary1100111101101010101000111110101010011100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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