#12141C

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

Shades of Black Russian #12141C

Tints of Black Russian #12141C

Color information

#12141C (or 0x12141C) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 1C. RGB value is (18,20,28). Sum of RGB (Red+Green+Blue) = 18+20+28=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #12141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12141C is #EDEBE3. Grayscale: #141414. Windows color (decimal): -15592420 or 1840146. OLE color: 1840146.

HSL color Cylindrical-coordinate representation of color #12141C: hue angle of 228º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #12141C is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182028-
CMYK0.360.2900.89
HSL228º21.74%9.02%-
HSV(B)228º35.71%10.98%-
XYZ0.710.711.2-
YUV20.31132.34126.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 20 (8.20% from 255) = 30.30%
BLUE value IS 28 (11.33% from 255) = 42.42%
R=27.27%
G=30.30%
B=42.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1820280.360.2900.8922821.749.02
Hex12141C241D059e4169
Octal222434443501313442611
Binary100101010011100100100111010101100111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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