#13152C

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

Shades of Black Russian #13152C

Tints of Black Russian #13152C

Color information

#13152C (or 0x13152C) is unknown color: approx Black Russian. HEX triplet: 13, 15 and 2C. RGB value is (19,21,44). Sum of RGB (Red+Green+Blue) = 19+21+44=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #13152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13152C is #ECEAD3. Grayscale: #161616. Windows color (decimal): -15526612 or 2888979. OLE color: 2888979.

HSL color Cylindrical-coordinate representation of color #13152C: hue angle of 235.2º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #13152C is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB192144-
CMYK0.570.5200.83
HSL235.2º39.68%12.35%-
HSV(B)235.2º56.82%17.25%-
XYZ0.990.862.5-
YUV23.02139.84125.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 44 (17.58% from 255) = 52.38%
R=22.62%
G=25%
B=52.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1921440.570.5200.83235.239.6812.35
Hex13152C3934053eb28c
Octal232554716401233535014
Binary100111010110110011100111010001010011111010111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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