#12131F

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

Shades of Black Russian #12131F

Tints of Black Russian #12131F

Color information

#12131F (or 0x12131F) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 1F. RGB value is (18,19,31). Sum of RGB (Red+Green+Blue) = 18+19+31=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 31 (12.5% from 255 or 45.59% from 68); Max value from RGB is 31 - color contains mainly: blue. Hex color #12131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131F is #EDECE0. Grayscale: #141414. Windows color (decimal): -15592673 or 2036498. OLE color: 2036498.

HSL color Cylindrical-coordinate representation of color #12131F: hue angle of 235.38º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #12131F is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB181931-
CMYK0.420.3900.88
HSL235.38º26.53%9.61%-
HSV(B)235.38º41.94%12.16%-
XYZ0.730.691.39-
YUV20.07134.17126.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 31 (12.5% from 255) = 45.59%
R=26.47%
G=27.94%
B=45.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1819310.420.3900.88235.3826.539.61
Hex12131F2A27058eb1ba
Octal222337524701303533312
Binary1001010011111111010101001110101100011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12131F; }

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

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

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

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

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

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

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

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