#191D2C

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

Shades of Black Russian #191D2C

Tints of Black Russian #191D2C

Color information

#191D2C (or 0x191D2C) is unknown color: approx Black Russian. HEX triplet: 19, 1D and 2C. RGB value is (25,29,44). Sum of RGB (Red+Green+Blue) = 25+29+44=98 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.51% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #191D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D2C is #E6E2D3. Grayscale: #1D1D1D. Windows color (decimal): -15131348 or 2891033. OLE color: 2891033.

HSL color Cylindrical-coordinate representation of color #191D2C: hue angle of 227.37º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #191D2C is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB252944-
CMYK0.430.3400.83
HSL227.37º27.54%13.53%-
HSV(B)227.37º43.18%17.25%-
XYZ1.291.272.56-
YUV29.51136.17124.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25.51%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 44 (17.58% from 255) = 44.90%
R=25.51%
G=29.59%
B=44.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2529440.430.3400.83227.3727.5413.53
Hex191D2C2B22053e31ce
Octal313554534201233433416
Binary11001111011011001010111000100101001111100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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