#12141F

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

Shades of Black Russian #12141F

Tints of Black Russian #12141F

Color information

#12141F (or 0x12141F) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 1F. RGB value is (18,20,31). Sum of RGB (Red+Green+Blue) = 18+20+31=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 31 - color contains mainly: blue. Hex color #12141F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12141F is #EDEBE0. Grayscale: #141414. Windows color (decimal): -15592417 or 2036754. OLE color: 2036754.

HSL color Cylindrical-coordinate representation of color #12141F: hue angle of 230.77º 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 #12141F is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182031-
CMYK0.420.3500.88
HSL230.77º26.53%9.61%-
HSV(B)230.77º41.94%12.16%-
XYZ0.750.731.4-
YUV20.66133.84126.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 20 (8.20% from 255) = 28.99%
BLUE value IS 31 (12.5% from 255) = 44.93%
R=26.09%
G=28.99%
B=44.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1820310.420.3500.88230.7726.539.61
Hex12141F2A23058e71ba
Octal222437524301303473312
Binary1001010100111111010101000110101100011100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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