#121426

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

Shades of Black Russian #121426

Tints of Black Russian #121426

Color information

#121426 (or 0x121426) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 26. RGB value is (18,20,38). Sum of RGB (Red+Green+Blue) = 18+20+38=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #121426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121426 is #EDEBD9. Grayscale: #151515. Windows color (decimal): -15592410 or 2495506. OLE color: 2495506.

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

Color convert

RGB182038-
CMYK0.530.4700.85
HSL234º35.71%10.98%-
HSV(B)234º52.63%14.9%-
XYZ0.850.771.94-
YUV21.45137.34125.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 38 (15.23% from 255) = 50%
R=23.68%
G=26.32%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1820380.530.4700.8523435.7110.98
Hex121426352F055ea24b
Octal222446655701253524413
Binary100101010010011011010110111101010101111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121426; }

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

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

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

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

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

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

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

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