#131122

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

Shades of Black Russian #131122

Tints of Black Russian #131122

Color information

#131122 (or 0x131122) is unknown color: approx Black Russian. HEX triplet: 13, 11 and 22. RGB value is (19,17,34). Sum of RGB (Red+Green+Blue) = 19+17+34=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 34 (13.67% from 255 or 48.57% from 70); Max value from RGB is 34 - color contains mainly: blue. Hex color #131122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131122 is #ECEEDD. Grayscale: #131313. Windows color (decimal): -15527646 or 2232595. OLE color: 2232595.

HSL color Cylindrical-coordinate representation of color #131122: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131122 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB191734-
CMYK0.440.5000.87
HSL247.06º33.33%10%-
HSV(B)247.06º50%13.33%-
XYZ0.760.651.6-
YUV19.54136.16127.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 17 (7.03% from 255) = 24.29%
BLUE value IS 34 (13.67% from 255) = 48.57%
R=27.14%
G=24.29%
B=48.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1917340.440.5000.87247.0633.3310
Hex1311222C32057f721a
Octal232142546201273674112
Binary100111000110001010110011001001010111111101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131122; }

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

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

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

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

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

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

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

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