#131928

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

Shades of Black Russian #131928

Tints of Black Russian #131928

Color information

#131928 (or 0x131928) is unknown color: approx Black Russian. HEX triplet: 13, 19 and 28. RGB value is (19,25,40). Sum of RGB (Red+Green+Blue) = 19+25+40=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #131928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131928 is #ECE6D7. Grayscale: #181818. Windows color (decimal): -15525592 or 2627859. OLE color: 2627859.

HSL color Cylindrical-coordinate representation of color #131928: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #131928 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB192540-
CMYK0.520.3800.84
HSL222.86º35.59%11.57%-
HSV(B)222.86º52.5%15.69%-
XYZ10.992.15-
YUV24.92136.51123.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=22.62%
G=29.76%
B=47.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1925400.520.3800.84222.8635.5911.57
Hex1319283426054df24c
Octal233150644601243374414
Binary100111100110100011010010011001010100110111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131928; }

 p { color: rgb(19,25,40); }

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

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

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

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

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

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

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