#131221

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

Shades of Black Russian #131221

Tints of Black Russian #131221

Color information

#131221 (or 0x131221) is unknown color: approx Black Russian. HEX triplet: 13, 12 and 21. RGB value is (19,18,33). Sum of RGB (Red+Green+Blue) = 19+18+33=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 33 - color contains mainly: blue. Hex color #131221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131221 is #ECEDDE. Grayscale: #131313. Windows color (decimal): -15527391 or 2167315. OLE color: 2167315.

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

Color convert

RGB191833-
CMYK0.420.4500.87
HSL244º29.41%10%-
HSV(B)244º45.45%12.94%-
XYZ0.760.681.53-
YUV20.01135.33127.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.14%
GREEN value IS 18 (7.42% from 255) = 25.71%
BLUE value IS 33 (13.28% from 255) = 47.14%
R=27.14%
G=25.71%
B=47.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1918330.420.4500.8724429.4110
Hex1312212A2D057f41da
Octal232241525501273643512
Binary10011100101000011010101011010101011111110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131221; }

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

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

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

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

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

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

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

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