#121826

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

Shades of Black Russian #121826

Tints of Black Russian #121826

Color information

#121826 (or 0x121826) is unknown color: approx Black Russian. HEX triplet: 12, 18 and 26. RGB value is (18,24,38). Sum of RGB (Red+Green+Blue) = 18+24+38=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #121826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121826 is #EDE7D9. Grayscale: #171717. Windows color (decimal): -15591386 or 2496530. OLE color: 2496530.

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

Color convert

RGB182438-
CMYK0.530.3700.85
HSL222º35.71%10.98%-
HSV(B)222º52.63%14.9%-
XYZ0.930.921.96-
YUV23.8136.01123.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 38 (15.23% from 255) = 47.5%
R=22.5%
G=30%
B=47.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1824380.530.3700.8522235.7110.98
Hex1218263525055de24b
Octal223046654501253364413
Binary100101100010011011010110010101010101110111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121826; }

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

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

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

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

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

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

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

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