#131123

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

Shades of Black Russian #131123

Tints of Black Russian #131123

Color information

#131123 (or 0x131123) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 23. RGB value is (19,17,35). Sum of RGB (Red+Green+Blue) = 19+17+35=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #131123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131123 is #ECEEDC. Grayscale: #131313. Windows color (decimal): -15527645 or 2298131. OLE color: 2298131.

HSL color Cylindrical-coordinate representation of color #131123: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #131123 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB191735-
CMYK0.460.5100.86
HSL246.67º34.62%10.2%-
HSV(B)246.67º51.43%13.73%-
XYZ0.770.661.68-
YUV19.65136.66127.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 26.76%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 35 (14.06% from 255) = 49.30%
R=26.76%
G=23.94%
B=49.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1917350.460.5100.86246.6734.6210.2
Hex1311232E33056f723a
Octal232143566301263674312
Binary100111000110001110111011001101010110111101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131123; }

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

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

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

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

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

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

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

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