#13152E

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

Shades of Black Russian #13152E

Tints of Black Russian #13152E

Color information

#13152E (or 0x13152E) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 2E. RGB value is (19,21,46). Sum of RGB (Red+Green+Blue) = 19+21+46=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #13152E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13152E is #ECEAD1. Grayscale: #171717. Windows color (decimal): -15526610 or 3020051. OLE color: 3020051.

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

Color convert

RGB192146-
CMYK0.590.5400.82
HSL235.56º41.54%12.75%-
HSV(B)235.56º58.7%18.04%-
XYZ1.030.872.7-
YUV23.25140.84124.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.09%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 46 (18.36% from 255) = 53.49%
R=22.09%
G=24.42%
B=53.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1921460.590.5400.82235.5641.5412.75
Hex13152E3B36052ec2ad
Octal232556736601223545215
Binary100111010110111011101111011001010010111011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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