#191E2D

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

Shades of Black Russian #191E2D

Tints of Black Russian #191E2D

Color information

#191E2D (or 0x191E2D) is unknown color: approx Black Russian. HEX triplet: 19, 1E and 2D. RGB value is (25,30,45). Sum of RGB (Red+Green+Blue) = 25+30+45=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #191E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E2D is #E6E1D2. Grayscale: #1E1E1E. Windows color (decimal): -15131091 or 2956825. OLE color: 2956825.

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

Color convert

RGB253045-
CMYK0.440.3300.82
HSL225º28.57%13.73%-
HSV(B)225º44.44%17.65%-
XYZ1.341.322.67-
YUV30.22136.34124.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25%
GREEN value IS 30 (12.11% from 255) = 30%
BLUE value IS 45 (17.97% from 255) = 45%
R=25%
G=30%
B=45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2530450.440.3300.8222528.5713.73
Hex191E2D2C21052e11de
Octal313655544101223413516
Binary11001111101011011011001000010101001011100001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,30,45); }

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

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

 a { background-color: rgb(25,30,45); }

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

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

 span { border-color: rgb(25,30,45); }

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