#13142F

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

Shades of Black Russian #13142F

Tints of Black Russian #13142F

Color information

#13142F (or 0x13142F) is unknown color: approx Black Russian. HEX triplet: 13, 14 and 2F. RGB value is (19,20,47). Sum of RGB (Red+Green+Blue) = 19+20+47=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 47 (18.75% from 255 or 54.65% from 86); Max value from RGB is 47 - color contains mainly: blue. Hex color #13142F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13142F is #ECEBD0. Grayscale: #161616. Windows color (decimal): -15526865 or 3085331. OLE color: 3085331.

HSL color Cylindrical-coordinate representation of color #13142F: hue angle of 237.86º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13142F is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB192047-
CMYK0.600.5700.82
HSL237.86º42.42%12.94%-
HSV(B)237.86º59.57%18.43%-
XYZ1.030.842.8-
YUV22.78141.67125.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 20 (8.20% from 255) = 23.26%
BLUE value IS 47 (18.75% from 255) = 54.65%
R=22.09%
G=23.26%
B=54.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1920470.600.5700.82237.8642.4212.94
Hex13142F3C39052ee2ad
Octal232457747101223565215
Binary100111010010111111110011100101010010111011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13142F; }

 p { color: rgb(19,20,47); }

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

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

 a { background-color: rgb(19,20,47); }

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

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

 span { border-color: rgb(19,20,47); }

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