#131236

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

Shades of Black Russian #131236

Tints of Black Russian #131236

Color information

#131236 (or 0x131236) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 36. RGB value is (19,18,54). Sum of RGB (Red+Green+Blue) = 19+18+54=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #131236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131236 is #ECEDC9. Grayscale: #161616. Windows color (decimal): -15527370 or 3543571. OLE color: 3543571.

HSL color Cylindrical-coordinate representation of color #131236: hue angle of 241.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131236 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB191854-
CMYK0.650.6700.79
HSL241.67º50%14.12%-
HSV(B)241.67º66.67%21.18%-
XYZ1.150.843.59-
YUV22.4145.83125.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 18 (7.42% from 255) = 19.78%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=20.88%
G=19.78%
B=59.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1918540.650.6700.79241.675014.12
Hex131236414304Ff232e
Octal23226610110301173626216
Binary10011100101101101000001100001101001111111100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131236; }

 p { color: rgb(19,18,54); }

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

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

 a { background-color: rgb(19,18,54); }

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

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

 span { border-color: rgb(19,18,54); }

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