#13122E

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

Shades of Black Russian #13122E

Tints of Black Russian #13122E

Color information

#13122E (or 0x13122E) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 2E. RGB value is (19,18,46). Sum of RGB (Red+Green+Blue) = 19+18+46=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #13122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13122E is #ECEDD1. Grayscale: #151515. Windows color (decimal): -15527378 or 3019283. OLE color: 3019283.

HSL color Cylindrical-coordinate representation of color #13122E: hue angle of 242.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #13122E is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB191846-
CMYK0.590.6100.82
HSL242.14º43.75%12.55%-
HSV(B)242.14º60.87%18.04%-
XYZ0.980.772.68-
YUV21.49141.83126.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=22.89%
G=21.69%
B=55.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1918460.590.6100.82242.1443.7512.55
Hex13122E3B3D052f22cd
Octal232256737501223625415
Binary100111001010111011101111110101010010111100101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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