#131828

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

Shades of Black Russian #131828

Tints of Black Russian #131828

Color information

#131828 (or 0x131828) is unknown color: approx Black Russian. HEX triplet: 13, 18 and 28. RGB value is (19,24,40). Sum of RGB (Red+Green+Blue) = 19+24+40=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #131828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131828 is #ECE7D7. Grayscale: #181818. Windows color (decimal): -15525848 or 2627603. OLE color: 2627603.

HSL color Cylindrical-coordinate representation of color #131828: hue angle of 225.71º 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 #131828 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB192440-
CMYK0.520.4000.84
HSL225.71º35.59%11.57%-
HSV(B)225.71º52.5%15.69%-
XYZ0.980.942.14-
YUV24.33136.84124.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 40 (16.02% from 255) = 48.19%
R=22.89%
G=28.92%
B=48.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1924400.520.4000.84225.7135.5911.57
Hex1318283428054e224c
Octal233050645001243424414
Binary100111100010100011010010100001010100111000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131828; }

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

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

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

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

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

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

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

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