#191D2F

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

Shades of Black Russian #191D2F

Tints of Black Russian #191D2F

Color information

#191D2F (or 0x191D2F) is unknown color: approx Black Russian. HEX triplet: 19, 1D and 2F. RGB value is (25,29,47). Sum of RGB (Red+Green+Blue) = 25+29+47=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #191D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D2F is #E6E2D0. Grayscale: #1D1D1D. Windows color (decimal): -15131345 or 3087641. OLE color: 3087641.

HSL color Cylindrical-coordinate representation of color #191D2F: hue angle of 229.09º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #191D2F is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB252947-
CMYK0.470.3800.82
HSL229.09º30.56%14.12%-
HSV(B)229.09º46.81%18.43%-
XYZ1.351.292.87-
YUV29.86137.67124.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 29 (11.72% from 255) = 28.71%
BLUE value IS 47 (18.75% from 255) = 46.53%
R=24.75%
G=28.71%
B=46.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2529470.470.3800.82229.0930.5614.12
Hex191D2F2F26052e51fe
Octal313557574601223453716
Binary11001111011011111011111001100101001011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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