#13122B

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

Shades of Black Russian #13122B

Tints of Black Russian #13122B

Color information

#13122B (or 0x13122B) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 2B. RGB value is (19,18,43). Sum of RGB (Red+Green+Blue) = 19+18+43=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #13122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13122B is #ECEDD4. Grayscale: #151515. Windows color (decimal): -15527381 or 2822675. OLE color: 2822675.

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

Color convert

RGB191843-
CMYK0.560.5800.83
HSL242.4º40.98%11.96%-
HSV(B)242.4º58.14%16.86%-
XYZ0.920.752.38-
YUV21.15140.33126.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 43 (17.19% from 255) = 53.75%
R=23.75%
G=22.5%
B=53.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1918430.560.5800.83242.440.9811.96
Hex13122B383A053f229c
Octal232253707201233625114
Binary100111001010101111100011101001010011111100101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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