#13102E

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

Shades of Black Russian #13102E

Tints of Black Russian #13102E

Color information

#13102E (or 0x13102E) is unknown color: approx Black Russian. HEX triplet: 13, 10 and 2E. RGB value is (19,16,46). Sum of RGB (Red+Green+Blue) = 19+16+46=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 46 (18.36% from 255 or 56.79% from 81); Max value from RGB is 46 - color contains mainly: blue. Hex color #13102E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13102E is #ECEFD1. Grayscale: #141414. Windows color (decimal): -15527890 or 3018771. OLE color: 3018771.

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

Color convert

RGB191646-
CMYK0.590.6500.82
HSL246º48.39%12.16%-
HSV(B)246º65.22%18.04%-
XYZ0.950.712.67-
YUV20.32142.49127.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 16 (6.64% from 255) = 19.75%
BLUE value IS 46 (18.36% from 255) = 56.79%
R=23.46%
G=19.75%
B=56.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1916460.590.6500.8224648.3912.16
Hex13102E3B41052f630c
Octal2320567310101223666014
Binary1001110000101110111011100000101010010111101101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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