#121026

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

Shades of Black Russian #121026

Tints of Black Russian #121026

Color information

#121026 (or 0x121026) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 26. RGB value is (18,16,38). Sum of RGB (Red+Green+Blue) = 18+16+38=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #121026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121026 is #EDEFD9. Grayscale: #131313. Windows color (decimal): -15593434 or 2494482. OLE color: 2494482.

HSL color Cylindrical-coordinate representation of color #121026: hue angle of 245.45º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #121026 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB181638-
CMYK0.530.5800.85
HSL245.45º40.74%10.59%-
HSV(B)245.45º57.89%14.9%-
XYZ0.780.641.92-
YUV19.11138.66127.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 38 (15.23% from 255) = 52.78%
R=25%
G=22.22%
B=52.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1816380.530.5800.85245.4540.7410.59
Hex121026353A055f529b
Octal222046657201253655113
Binary100101000010011011010111101001010101111101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121026; }

 p { color: rgb(18,16,38); }

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

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

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

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

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

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

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