#13121E

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

Shades of Black Russian #13121E

Tints of Black Russian #13121E

Color information

#13121E (or 0x13121E) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 1E. RGB value is (19,18,30). Sum of RGB (Red+Green+Blue) = 19+18+30=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #13121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13121E is #ECEDE1. Grayscale: #131313. Windows color (decimal): -15527394 or 1970707. OLE color: 1970707.

HSL color Cylindrical-coordinate representation of color #13121E: hue angle of 245º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #13121E is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB191830-
CMYK0.370.4000.88
HSL245º25%9.41%-
HSV(B)245º40%11.76%-
XYZ0.720.661.32-
YUV19.67133.83127.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 18 (7.42% from 255) = 26.87%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=28.36%
G=26.87%
B=44.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1918300.370.4000.88245259.41
Hex13121E2528058f5199
Octal232236455001303653111
Binary1001110010111101001011010000101100011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,18,30); }

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

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

 a { background-color: rgb(19,18,30); }

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

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

 span { border-color: rgb(19,18,30); }

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