#13102C

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

Shades of Black Russian #13102C

Tints of Black Russian #13102C

Color information

#13102C (or 0x13102C) is unknown color: approx Black Russian. HEX triplet: 13, 10 and 2C. RGB value is (19,16,44). Sum of RGB (Red+Green+Blue) = 19+16+44=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #13102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13102C is #ECEFD3. Grayscale: #131313. Windows color (decimal): -15527892 or 2887699. OLE color: 2887699.

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

Color convert

RGB191644-
CMYK0.570.6400.83
HSL246.43º46.67%11.76%-
HSV(B)246.43º63.64%17.25%-
XYZ0.910.692.47-
YUV20.09141.49127.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.05%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 44 (17.58% from 255) = 55.70%
R=24.05%
G=20.25%
B=55.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1916440.570.6400.83246.4346.6711.76
Hex13102C3940053f62fc
Octal2320547110001233665714
Binary1001110000101100111001100000001010011111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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