#131626

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

Shades of Black Russian #131626

Tints of Black Russian #131626

Color information

#131626 (or 0x131626) is unknown color: approx Black Russian. HEX triplet: 13, 16 and 26. RGB value is (19,22,38). Sum of RGB (Red+Green+Blue) = 19+22+38=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #131626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131626 is #ECE9D9. Grayscale: #161616. Windows color (decimal): -15526362 or 2496019. OLE color: 2496019.

HSL color Cylindrical-coordinate representation of color #131626: hue angle of 230.53º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131626 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB192238-
CMYK0.500.4200.85
HSL230.53º33.33%11.18%-
HSV(B)230.53º50%14.9%-
XYZ0.910.851.95-
YUV22.93136.51125.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 38 (15.23% from 255) = 48.10%
R=24.05%
G=27.85%
B=48.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1922380.500.4200.85230.5333.3311.18
Hex131626322A055e721b
Octal232646625201253474113
Binary100111011010011011001010101001010101111001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131626; }

 p { color: rgb(19,22,38); }

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

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

 a { background-color: rgb(19,22,38); }

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

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

 span { border-color: rgb(19,22,38); }

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