#13121A

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

Shades of Black Russian #13121A

Tints of Black Russian #13121A

Color information

#13121A (or 0x13121A) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 1A. RGB value is (19,18,26). Sum of RGB (Red+Green+Blue) = 19+18+26=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #13121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13121A is #ECEDE5. Grayscale: #131313. Windows color (decimal): -15527398 or 1708563. OLE color: 1708563.

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

Color convert

RGB191826-
CMYK0.270.3100.90
HSL247.5º18.18%8.63%-
HSV(B)247.5º30.77%10.2%-
XYZ0.670.651.07-
YUV19.21131.83127.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 30.16%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=30.16%
G=28.57%
B=41.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1918260.270.3100.90247.518.188.63
Hex13121A1B1F05Af8129
Octal232232333701323702211
Binary10011100101101011011111110101101011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,18,26); }

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

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

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

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

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

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

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