#131621

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

Shades of Black Russian #131621

Tints of Black Russian #131621

Color information

#131621 (or 0x131621) is unknown color: approx Black Russian. HEX triplet: 13, 16 and 21. RGB value is (19,22,33). Sum of RGB (Red+Green+Blue) = 19+22+33=74 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.68% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #131621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131621 is #ECE9DE. Grayscale: #161616. Windows color (decimal): -15526367 or 2168339. OLE color: 2168339.

HSL color Cylindrical-coordinate representation of color #131621: hue angle of 227.14º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #131621 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB192233-
CMYK0.420.3300.87
HSL227.14º26.92%10.2%-
HSV(B)227.14º42.42%12.94%-
XYZ0.830.821.55-
YUV22.36134.01125.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 25.68%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 33 (13.28% from 255) = 44.59%
R=25.68%
G=29.73%
B=44.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1922330.420.3300.87227.1426.9210.2
Hex1316212A21057e31ba
Octal232641524101273433312
Binary10011101101000011010101000010101011111100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131621; }

 p { color: rgb(19,22,33); }

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

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

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

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

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

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

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