#131128

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

Shades of Black Russian #131128

Tints of Black Russian #131128

Color information

#131128 (or 0x131128) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 28. RGB value is (19,17,40). Sum of RGB (Red+Green+Blue) = 19+17+40=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #131128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131128 is #ECEED7. Grayscale: #141414. Windows color (decimal): -15527640 or 2625811. OLE color: 2625811.

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

Color convert

RGB191740-
CMYK0.520.5700.84
HSL245.22º40.35%11.18%-
HSV(B)245.22º57.5%15.69%-
XYZ0.850.692.1-
YUV20.22139.16127.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 40 (16.02% from 255) = 52.63%
R=25%
G=22.37%
B=52.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1917400.520.5700.84245.2240.3511.18
Hex1311283439054f528b
Octal232150647101243655013
Binary100111000110100011010011100101010100111101011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131128; }

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

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

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

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

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

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

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

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