#131428

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

Shades of Black Russian #131428

Tints of Black Russian #131428

Color information

#131428 (or 0x131428) is unknown color: approx Black Russian. HEX triplet: 13, 14 and 28. RGB value is (19,20,40). Sum of RGB (Red+Green+Blue) = 19+20+40=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #131428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131428 is #ECEBD7. Grayscale: #151515. Windows color (decimal): -15526872 or 2626579. OLE color: 2626579.

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

Color convert

RGB192040-
CMYK0.520.500.84
HSL237.14º35.59%11.57%-
HSV(B)237.14º52.5%15.69%-
XYZ0.90.792.11-
YUV21.98138.17125.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=24.05%
G=25.32%
B=50.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1920400.520.500.84237.1435.5911.57
Hex1314283432054ed24c
Octal232450646201243554414
Binary100111010010100011010011001001010100111011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131428; }

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

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

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

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

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

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

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

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