#131826

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

Shades of Black Russian #131826

Tints of Black Russian #131826

Color information

#131826 (or 0x131826) is unknown color: approx Black Russian. HEX triplet: 13, 18 and 26. RGB value is (19,24,38). Sum of RGB (Red+Green+Blue) = 19+24+38=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #131826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131826 is #ECE7D9. Grayscale: #181818. Windows color (decimal): -15525850 or 2496531. OLE color: 2496531.

HSL color Cylindrical-coordinate representation of color #131826: hue angle of 224.21º 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 #131826 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB192438-
CMYK0.500.3700.85
HSL224.21º33.33%11.18%-
HSV(B)224.21º50%14.9%-
XYZ0.950.931.96-
YUV24.1135.84124.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 38 (15.23% from 255) = 46.91%
R=23.46%
G=29.63%
B=46.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1924380.500.3700.85224.2133.3311.18
Hex1318263225055e021b
Octal233046624501253404113
Binary100111100010011011001010010101010101111000001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131826; }

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

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

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

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

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

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

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

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