#13131B

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

Shades of Black Russian #13131B

Tints of Black Russian #13131B

Color information

#13131B (or 0x13131B) is unknown color: approx Black Russian. HEX triplet: 13, 13 and 1B. RGB value is (19,19,27). Sum of RGB (Red+Green+Blue) = 19+19+27=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #13131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13131B is #ECECE4. Grayscale: #131313. Windows color (decimal): -15527141 or 1774355. OLE color: 1774355.

HSL color Cylindrical-coordinate representation of color #13131B: hue angle of 240º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #13131B is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB191927-
CMYK0.300.3000.89
HSL240º17.39%9.02%-
HSV(B)240º29.63%10.59%-
XYZ0.70.681.13-
YUV19.91132127.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 29.23%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=29.23%
G=29.23%
B=41.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1919270.300.3000.8924017.399.02
Hex13131B1E1E059f0119
Octal232333363601313602111
Binary10011100111101111110111100101100111110000100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,19,27); }

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

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

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

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

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

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

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