#13122C

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

Shades of Black Russian #13122C

Tints of Black Russian #13122C

Color information

#13122C (or 0x13122C) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 2C. RGB value is (19,18,44). Sum of RGB (Red+Green+Blue) = 19+18+44=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #13122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13122C is #ECEDD3. Grayscale: #151515. Windows color (decimal): -15527380 or 2888211. OLE color: 2888211.

HSL color Cylindrical-coordinate representation of color #13122C: hue angle of 242.31º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #13122C is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB191844-
CMYK0.570.5900.83
HSL242.31º41.94%12.16%-
HSV(B)242.31º59.09%17.25%-
XYZ0.940.752.48-
YUV21.26140.83126.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 44 (17.58% from 255) = 54.32%
R=23.46%
G=22.22%
B=54.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1918440.570.5900.83242.3141.9412.16
Hex13122C393B053f22ac
Octal232254717301233625214
Binary100111001010110011100111101101010011111100101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13122C; }

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

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

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

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

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

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

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

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