#19191A

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

Shades of Black Russian #19191A

Tints of Black Russian #19191A

Color information

#19191A (or 0x19191A) is unknown color: approx Black Russian. HEX triplet: 19, 19 and 1A. RGB value is (25,25,26). Sum of RGB (Red+Green+Blue) = 25+25+26=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 26 - color contains mainly: blue. Hex color #19191A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19191A is #E6E6E5. Grayscale: #191919. Windows color (decimal): -15132390 or 1710361. OLE color: 1710361.

HSL color Cylindrical-coordinate representation of color #19191A: hue angle of 240º degrees, saturation: 0.02, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #19191A is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB252526-
CMYK0.040.0400.90
HSL240º1.96%10%-
HSV(B)240º3.85%10.2%-
XYZ0.930.981.12-
YUV25.11128.5127.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 32.89%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=32.89%
G=32.89%
B=34.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2525260.040.0400.902401.9610
Hex19191A4405Af02a
Octal313132440132360212
Binary1100111001110101001000101101011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19191A; }

 p { color: rgb(25,25,26); }

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

<style>
 a { background-color: #19191A; }

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

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

<style>
 span { border-color: #19191A; }

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

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