#13152B

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

Shades of Black Russian #13152B

Tints of Black Russian #13152B

Color information

#13152B (or 0x13152B) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 2B. RGB value is (19,21,43). Sum of RGB (Red+Green+Blue) = 19+21+43=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #13152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13152B is #ECEAD4. Grayscale: #161616. Windows color (decimal): -15526613 or 2823443. OLE color: 2823443.

HSL color Cylindrical-coordinate representation of color #13152B: hue angle of 235º 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 #13152B is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB192143-
CMYK0.560.5100.83
HSL235º38.71%12.16%-
HSV(B)235º55.81%16.86%-
XYZ0.970.852.4-
YUV22.91139.34125.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.89%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 43 (17.19% from 255) = 51.81%
R=22.89%
G=25.30%
B=51.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1921430.560.5100.8323538.7112.16
Hex13152B3833053eb27c
Octal232553706301233534714
Binary100111010110101111100011001101010011111010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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