#121326

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

Shades of Black Russian #121326

Tints of Black Russian #121326

Color information

#121326 (or 0x121326) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 26. RGB value is (18,19,38). Sum of RGB (Red+Green+Blue) = 18+19+38=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 38 (15.23% from 255 or 50.67% from 75); Max value from RGB is 38 - color contains mainly: blue. Hex color #121326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121326 is #EDECD9. Grayscale: #141414. Windows color (decimal): -15592666 or 2495250. OLE color: 2495250.

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

Color convert

RGB181938-
CMYK0.530.5000.85
HSL237º35.71%10.98%-
HSV(B)237º52.63%14.9%-
XYZ0.830.731.93-
YUV20.87137.67125.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 19 (7.81% from 255) = 25.33%
BLUE value IS 38 (15.23% from 255) = 50.67%
R=24%
G=25.33%
B=50.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1819380.530.5000.8523735.7110.98
Hex1213263532055ed24b
Octal222346656201253554413
Binary100101001110011011010111001001010101111011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121326; }

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

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

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

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

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

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

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

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