#13102D

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

Shades of Black Russian #13102D

Tints of Black Russian #13102D

Color information

#13102D (or 0x13102D) is unknown color: approx Black Russian. HEX triplet: 13, 10 and 2D. RGB value is (19,16,45). Sum of RGB (Red+Green+Blue) = 19+16+45=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #13102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13102D is #ECEFD2. Grayscale: #141414. Windows color (decimal): -15527891 or 2953235. OLE color: 2953235.

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

Color convert

RGB191645-
CMYK0.580.6400.82
HSL246.21º47.54%11.96%-
HSV(B)246.21º64.44%17.65%-
XYZ0.930.72.57-
YUV20.2141.99127.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.75%
GREEN value IS 16 (6.64% from 255) = 20%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=23.75%
G=20%
B=56.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1916450.580.6400.82246.2147.5411.96
Hex13102D3A40052f630c
Octal2320557210001223666014
Binary1001110000101101111010100000001010010111101101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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