#13182B

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

Shades of Black Russian #13182B

Tints of Black Russian #13182B

Color information

#13182B (or 0x13182B) is unknown color: approx Black Russian. HEX triplet: 13, 18 and 2B. RGB value is (19,24,43). Sum of RGB (Red+Green+Blue) = 19+24+43=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 43 (17.19% from 255 or 50% from 86); Max value from RGB is 43 - color contains mainly: blue. Hex color #13182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13182B is #ECE7D4. Grayscale: #181818. Windows color (decimal): -15525845 or 2824211. OLE color: 2824211.

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

Color convert

RGB192443-
CMYK0.560.4400.83
HSL227.5º38.71%12.16%-
HSV(B)227.5º55.81%16.86%-
XYZ1.030.972.42-
YUV24.67138.34123.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 43 (17.19% from 255) = 50%
R=22.09%
G=27.91%
B=50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1924430.560.4400.83227.538.7112.16
Hex13182B382C053e427c
Octal233053705401233444714
Binary100111100010101111100010110001010011111001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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