#12122C

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

Shades of Black Russian #12122C

Tints of Black Russian #12122C

Color information

#12122C (or 0x12122C) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 2C. RGB value is (18,18,44). Sum of RGB (Red+Green+Blue) = 18+18+44=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #12122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12122C is #EDEDD3. Grayscale: #141414. Windows color (decimal): -15592916 or 2888210. OLE color: 2888210.

HSL color Cylindrical-coordinate representation of color #12122C: hue angle of 240º 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 #12122C is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB181844-
CMYK0.590.5900.83
HSL240º41.94%12.16%-
HSV(B)240º59.09%17.25%-
XYZ0.920.742.48-
YUV20.96141125.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 44 (17.58% from 255) = 55%
R=22.5%
G=22.5%
B=55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1818440.590.5900.8324041.9412.16
Hex12122C3B3B053f02ac
Octal222254737301233605214
Binary100101001010110011101111101101010011111100001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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