#121526

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

Shades of Black Russian #121526

Tints of Black Russian #121526

Color information

#121526 (or 0x121526) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 26. RGB value is (18,21,38). Sum of RGB (Red+Green+Blue) = 18+21+38=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #121526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121526 is #EDEAD9. Grayscale: #151515. Windows color (decimal): -15592154 or 2495762. OLE color: 2495762.

HSL color Cylindrical-coordinate representation of color #121526: hue angle of 231º 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 #121526 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB182138-
CMYK0.530.4500.85
HSL231º35.71%10.98%-
HSV(B)231º52.63%14.9%-
XYZ0.870.81.94-
YUV22.04137.01125.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.38%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 38 (15.23% from 255) = 49.35%
R=23.38%
G=27.27%
B=49.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1821380.530.4500.8523135.7110.98
Hex121526352D055e724b
Octal222546655501253474413
Binary100101010110011011010110110101010101111001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121526; }

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

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

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

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

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

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

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

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