#12141E

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

Shades of Black Russian #12141E

Tints of Black Russian #12141E

Color information

#12141E (or 0x12141E) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 1E. RGB value is (18,20,30). Sum of RGB (Red+Green+Blue) = 18+20+30=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #12141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12141E is #EDEBE1. Grayscale: #141414. Windows color (decimal): -15592418 or 1971218. OLE color: 1971218.

HSL color Cylindrical-coordinate representation of color #12141E: hue angle of 230º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12141E is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182030-
CMYK0.400.3300.88
HSL230º25%9.41%-
HSV(B)230º40%11.76%-
XYZ0.730.721.33-
YUV20.54133.34126.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 20 (8.20% from 255) = 29.41%
BLUE value IS 30 (12.11% from 255) = 44.12%
R=26.47%
G=29.41%
B=44.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1820300.400.3300.88230259.41
Hex12141E2821058e6199
Octal222436504101303463111
Binary1001010100111101010001000010101100011100110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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