#13102B

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

Shades of Black Russian #13102B

Tints of Black Russian #13102B

Color information

#13102B (or 0x13102B) is unknown color: approx Black Russian. HEX triplet: 13, 10 and 2B. RGB value is (19,16,43). Sum of RGB (Red+Green+Blue) = 19+16+43=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #13102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13102B is #ECEFD4. Grayscale: #131313. Windows color (decimal): -15527893 or 2822163. OLE color: 2822163.

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

Color convert

RGB191643-
CMYK0.560.6300.83
HSL246.67º45.76%11.57%-
HSV(B)246.67º62.79%16.86%-
XYZ0.890.682.37-
YUV19.98140.99127.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 24.36%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 43 (17.19% from 255) = 55.13%
R=24.36%
G=20.51%
B=55.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1916430.560.6300.83246.6745.7611.57
Hex13102B383F053f72ec
Octal232053707701233675614
Binary100111000010101111100011111101010011111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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