#12182C

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

Shades of Black Russian #12182C

Tints of Black Russian #12182C

Color information

#12182C (or 0x12182C) is unknown color: approx Black Russian. HEX triplet: 12, 18 and 2C. RGB value is (18,24,44). Sum of RGB (Red+Green+Blue) = 18+24+44=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #12182C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12182C is #EDE7D3. Grayscale: #181818. Windows color (decimal): -15591380 or 2889746. OLE color: 2889746.

HSL color Cylindrical-coordinate representation of color #12182C: hue angle of 226.15º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12182C is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB182444-
CMYK0.590.4500.83
HSL226.15º41.94%12.16%-
HSV(B)226.15º59.09%17.25%-
XYZ1.030.962.51-
YUV24.49139.01123.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 44 (17.58% from 255) = 51.16%
R=20.93%
G=27.91%
B=51.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1824440.590.4500.83226.1541.9412.16
Hex12182C3B2D053e22ac
Octal223054735501233425214
Binary100101100010110011101110110101010011111000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,24,44); }

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

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

 a { background-color: rgb(18,24,44); }

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

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

 span { border-color: rgb(18,24,44); }

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